OpenRCT2/distribution/windows/build.ps1

4 lines
192 B
PowerShell
Raw Normal View History

$path = Split-Path $Script:MyInvocation.MyCommand.Path
2015-02-06 20:54:44 +01:00
Write-Output "Building Windows Installer (NSIS script)";
2015-12-21 05:03:37 +01:00
makensis /DVERSION_INCLUDE=$path\win32.txt $path\install.nsi > $path\win32.log;