Fixed copying files issues with build scripts.

This commit is contained in:
Joey Payne 2014-12-20 09:33:38 +13:00
commit f3c6fca386
2 changed files with 4 additions and 1 deletions

View file

@ -39,4 +39,6 @@ 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
rm -rf command_line_builds/files
pyinstaller --hidden-import configobj --distpath command_line_builds --onefile -n web2exe command_line.py
cp -rf files command_line_builds/files/

View file

@ -1,6 +1,7 @@
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
rd /S /Q command_line_builds\files
echo D | xcopy /s files command_line_builds\files
call cxfreeze.bat main.py --target-dir=Web2ExeWin --base-name=Win32GUI
echo D | xcopy /s files Web2ExeWin\files