mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
4 lines
192 B
PowerShell
4 lines
192 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;
|