We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133a59a commit fc1241fCopy full SHA for fc1241f
BuildArc.cmd
@@ -27,7 +27,7 @@ copy Build\%1\Release\WinWebDiff\cidiff.exe "%DISTDIR%\%1\WinWebDiff\"
27
call :GET_EXE_VERSION %~dp0Build\%1\Release\WinWebDiff\WinWebDiff.exe
28
copy LICENSE*.txt "%DISTDIR%\%1\WinWebDiff"
29
30
-7z.exe a -tzip "%DISTDIR%\winimerge-%EXE_VERSION%-%1.zip" "%DISTDIR%\%1\WinWebDiff"
+7z.exe a -tzip "%DISTDIR%\winwebdiff-%EXE_VERSION%-%1.zip" "%DISTDIR%\%1\WinWebDiff"
31
32
goto :eof
33
0 commit comments