Skip to content

Commit fc1241f

Browse files
committed
BuldArc.cmd: Correct incorrect archive file names
1 parent 133a59a commit fc1241f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildArc.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ copy Build\%1\Release\WinWebDiff\cidiff.exe "%DISTDIR%\%1\WinWebDiff\"
2727
call :GET_EXE_VERSION %~dp0Build\%1\Release\WinWebDiff\WinWebDiff.exe
2828
copy LICENSE*.txt "%DISTDIR%\%1\WinWebDiff"
2929

30-
7z.exe a -tzip "%DISTDIR%\winimerge-%EXE_VERSION%-%1.zip" "%DISTDIR%\%1\WinWebDiff"
30+
7z.exe a -tzip "%DISTDIR%\winwebdiff-%EXE_VERSION%-%1.zip" "%DISTDIR%\%1\WinWebDiff"
3131

3232
goto :eof
3333

0 commit comments

Comments
 (0)