Skip to content

Commit f66cc32

Browse files
committed
Modified windows build script to save 'Web2ExeWin-Setup.zip'.
1 parent d2f67fd commit f66cc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ set /p Version=<files\version.txt
2323
cd command_line_builds
2424
7z a ..\Web2ExeWin-CMD.zip -tzip -r *
2525
cd ..
26-
7z a Web2Exe-Setup.zip Web2Exe-Setup.exe
26+
7z a Web2ExeWin-Setup.zip Web2Exe-Setup.exe
2727

2828
call python upload_release.py

0 commit comments

Comments
 (0)