diff --git a/build_mac.bash b/build_mac.bash index b47eb7f..9393e84 100755 --- a/build_mac.bash +++ b/build_mac.bash @@ -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 diff --git a/build_windows.bat b/build_windows.bat index 2af78b3..9a13c97 100644 --- a/build_windows.bat +++ b/build_windows.bat @@ -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