OpenRCT2/distribution/windows/build.ps1

2 lines
118 B
PowerShell
Raw Normal View History

2015-02-06 20:54:44 +01:00
Write-Output "Building Windows Installer (NSIS script)";
makensis /DVERSION_INCLUDE=win32.txt install.nsi > win32.log;