1a8f4d6a02
Build both 32 and 64 bit in parallel, and also handle the INSTALL target correctly.
4 lines
124 B
Batchfile
4 lines
124 B
Batchfile
@ECHO OFF
|
|
ECHO -- Building Installer --
|
|
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /Qp ".\build\64\installer.iss" > nul
|