Added command line build options to build scripts.
This commit is contained in:
parent
8cb201b1dd
commit
762b2af050
2 changed files with 7 additions and 1 deletions
|
|
@ -38,3 +38,5 @@ install_name_tool -change /usr/local/lib/QtNetwork.framework/Versions/4/QtNetwor
|
|||
install_name_tool -change /usr/local/Cellar/qt/4.8.5/lib/QtCore.framework/Versions/4/QtCore @executable_path/QtCore Web2Executable.app/Contents/MacOS/QtNetwork
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
cxfreeze.bat main.py --target-dir=Web2ExeWin --base-name=Win32GUI
|
||||
call pyinstaller --onefile --hidden-import configobj --distpath output -n web2exe command_line.py
|
||||
echo D | xcopy /s files output\files
|
||||
|
||||
call cxfreeze.bat main.py --target-dir=Web2ExeWin --base-name=Win32GUI
|
||||
echo D | xcopy /s files Web2ExeWin\files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue