Skip to content

Commit 3e1cb41

Browse files
committed
Fixed Windows build script again.
1 parent 09d1487 commit 3e1cb41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_windows.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
rd /S /Q Web2ExeWin
2+
del *.zip
23
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
34
rd /S /Q command_line_builds\files
45
echo D | xcopy /s files command_line_builds\files
@@ -25,6 +26,4 @@ cd command_line_builds
2526
cd ..
2627
7z a Web2ExeWin-Setup.zip Web2Exe-Setup.exe
2728

28-
del *.zip
29-
3029
call python upload_release.py

0 commit comments

Comments
 (0)