OpenRCT2/distribution/windows/build.ps1
2015-06-16 15:18:59 +01:00

3 lines
191 B
PowerShell

$path = Split-Path $Script:MyInvocation.MyCommand.Path
Write-Output "Building Windows Installer (NSIS script)";
makensis /DVERSION_INCLUDE=$path\win32.txt $path\install.nsi > $path\win32.log;