mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Fix environment variable rename
This commit is contained in:
@@ -23,7 +23,7 @@ if ($env:ENCKEY)
|
||||
Check-ExitCode
|
||||
}
|
||||
|
||||
if (${env:OPENRCT2.ORG_TOKEN})
|
||||
if (${env:OPENRCT2_ORG_TOKEN})
|
||||
{
|
||||
if (-not (Test-Path "C:\ProgramData\chocolatey\lib\nsis.portable"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user