Fixed Windows build script again.
This commit is contained in:
parent
09d1487b3f
commit
3e1cb4179b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
rd /S /Q Web2ExeWin
|
||||
del *.zip
|
||||
call pyinstaller --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj --hidden-import pkg_resources -i icon.ico --distpath command_line_builds -n web2exe-win command_line.py
|
||||
rd /S /Q command_line_builds\files
|
||||
echo D | xcopy /s files command_line_builds\files
|
||||
|
|
@ -25,6 +26,4 @@ cd command_line_builds
|
|||
cd ..
|
||||
7z a Web2ExeWin-Setup.zip Web2Exe-Setup.exe
|
||||
|
||||
del *.zip
|
||||
|
||||
call python upload_release.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue