mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Remove obsolete NSIS build
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
param (
|
|
||||||
[Parameter(Position = 1)]
|
|
||||||
[string]$VersionExtra = ""
|
|
||||||
)
|
|
||||||
|
|
||||||
$path = Split-Path $Script:MyInvocation.MyCommand.Path
|
|
||||||
Write-Host "Building Windows Installer (NSIS script)";
|
|
||||||
Write-Host " $VersionExtra";
|
|
||||||
makensis /DAPPV_EXTRA=$VersionExtra `
|
|
||||||
/DVERSION_INCLUDE=$path\win32.txt `
|
|
||||||
$path\install.nsi > $path\win32.log;
|
|
||||||
Reference in New Issue
Block a user