Fixed copying files issues with build scripts.
This commit is contained in:
parent
872b8c7ca3
commit
f3c6fca386
2 changed files with 4 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue