Added saner path for building.
This commit is contained in:
parent
762b2af050
commit
872b8c7ca3
2 changed files with 3 additions and 2 deletions
|
|
@ -39,4 +39,4 @@ install_name_tool -change /usr/local/Cellar/qt/4.8.5/lib/QtCore.framework/Versio
|
|||
|
||||
install_name_tool -change /usr/local/lib/libjpeg.8.dylib @executable_path/libjpeg.8.dylib Web2Executable.app/Contents/MacOS/PIL._imaging.so
|
||||
|
||||
pyinstaller --hidden-import configobj --distpath output --onefile -n web2exe command_line.py
|
||||
pyinstaller --hidden-import configobj --distpath command_line_builds --onefile -n web2exe command_line.py
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
call pyinstaller --onefile --hidden-import configobj --distpath output -n web2exe command_line.py
|
||||
rd /S /Q Web2ExeWin
|
||||
call pyinstaller --onefile --hidden-import configobj --distpath command_line_builds -n web2exe command_line.py
|
||||
echo D | xcopy /s files output\files
|
||||
|
||||
call cxfreeze.bat main.py --target-dir=Web2ExeWin --base-name=Win32GUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue