From 3e1cb4179b437259aed4336264b9649b733aca7b Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Thu, 7 Jan 2016 13:13:51 -0700 Subject: [PATCH] Fixed Windows build script again. --- build_windows.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_windows.bat b/build_windows.bat index 0294285..eaf2d28 100755 --- a/build_windows.bat +++ b/build_windows.bat @@ -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