1
0
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:
Ted John
2016-08-25 20:28:30 +01:00
parent 10deda6385
commit 72169f681b

View File

@@ -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"))
{