We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d1487 commit 3e1cb41Copy full SHA for 3e1cb41
build_windows.bat
@@ -1,4 +1,5 @@
1
rd /S /Q Web2ExeWin
2
+del *.zip
3
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
4
rd /S /Q command_line_builds\files
5
echo D | xcopy /s files command_line_builds\files
@@ -25,6 +26,4 @@ cd command_line_builds
25
26
cd ..
27
7z a Web2ExeWin-Setup.zip Web2Exe-Setup.exe
28
-del *.zip
29
-
30
call python upload_release.py
0 commit comments