Added saner path for building.

This commit is contained in:
Joey Payne 2014-12-20 09:29:29 +13:00
commit 872b8c7ca3
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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