mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
3 lines
191 B
PowerShell
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; |