Fixed issues with exporting 0.12.x binaries.
This commit is contained in:
parent
3b398d7b0b
commit
d5d48b2bb0
8 changed files with 153 additions and 8 deletions
9
build_command_line_linux.bash
Normal file → Executable file
9
build_command_line_linux.bash
Normal file → Executable file
|
|
@ -1,3 +1,10 @@
|
|||
rm -rf command_line_builds/files
|
||||
rm -rf command_line_builds
|
||||
|
||||
pyinstaller --onefile --hidden-import configobj --distpath command_line_builds -n web2exe-linux command_line.py
|
||||
cp -rf files command_line_builds/files
|
||||
rm -rf command_line_builds/files/downloads/*
|
||||
|
||||
rm -rf Web2ExeLinux
|
||||
pyinstaller -F --hidden-import configobj -n web2exe --distpath Web2ExeLinux main.py
|
||||
cp -rf files Web2ExeLinux/files
|
||||
rm -rf Web2ExeLinux/files/downloads/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue