From eb2790c18b6370c4d16c9ed656a8ca9617d9cb80 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Sun, 27 Sep 2015 13:30:54 -0600 Subject: [PATCH] Added zip setup exe. --- build_windows.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build_windows.bat b/build_windows.bat index 50d9324..5cf4716 100755 --- a/build_windows.bat +++ b/build_windows.bat @@ -21,3 +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