Skip to content

Commit 79a9074

Browse files
committed
Installer: rename WinMerge.iss to WinMergeX86.iss (2)
1 parent badd9a7 commit 79a9074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BuildInstaller.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ if "%1" == "" (
1010
call :BuildInstaller x86
1111
) else if "%1" == "ARM64" (
1212
call :BuildInstaller ARM64
13-
) else (
13+
) else if "%1" == "ARM" (
1414
echo platform %1 is not supported
15+
) else (
16+
call :BuildInstaller %1
1517
)
1618
goto :eof
1719

0 commit comments

Comments
 (0)