From 08cbe71401102e44b59c37c1b04407aceb1b546a Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Sun, 27 Sep 2015 13:32:53 -0600 Subject: [PATCH] Fixed zip command. --- build_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_windows.bat b/build_windows.bat index 5cf4716..4e12701 100755 --- a/build_windows.bat +++ b/build_windows.bat @@ -21,4 +21,4 @@ makensis /V4 Web2Exe.nsi cd command_line_builds 7z a ..\Web2ExeWin-CMD.zip -tzip -r * cd .. -7z Web2Exe-Setup.zip Web2Exe-Setup.exe +7z a Web2Exe-Setup.zip Web2Exe-Setup.exe