We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d1238 commit badd9a7Copy full SHA for badd9a7
BuildInstaller.cmd
@@ -1,15 +1,17 @@
1
if "%1" == "" (
2
- call :BuildInstaller
+ call :BuildInstaller x86
3
call :BuildInstaller x64
4
call :BuildInstaller x64NonAdmin
5
call :BuildInstaller ARM64
6
) else if "%1" == "x64" (
7
8
9
+) else if "%1" == "x86" (
10
11
) else if "%1" == "ARM64" (
12
13
) else (
- call :BuildInstaller %1
14
+ echo platform %1 is not supported
15
)
16
goto :eof
17
Installer/InnoSetup/WinMerge.iss renamed to Installer/InnoSetup/WinMergeX86.iss
0 commit comments