mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
Fix environment variable rename
This commit is contained in:
parent
10deda6385
commit
72169f681b
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue