From 14715ea7d69a70d942663f5a851b523e7d836db2 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Thu, 7 Jan 2016 12:34:45 -0700 Subject: [PATCH] Delete Windows zip files before sending. --- build_windows.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_windows.bat b/build_windows.bat index e9f009e..0294285 100755 --- a/build_windows.bat +++ b/build_windows.bat @@ -25,4 +25,6 @@ cd command_line_builds cd .. 7z a Web2ExeWin-Setup.zip Web2Exe-Setup.exe +del *.zip + call python upload_release.py