mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-11 10:02:27 +01:00
4 lines
149 B
PowerShell
4 lines
149 B
PowerShell
$scriptsPath = Split-Path $Script:MyInvocation.MyCommand.Path
|
|
$rootPath = Split-Path (Split-Path $scriptsPath)
|
|
&("$rootPath\bin\openrct2.exe") $args
|