mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 10:15:36 +01:00
fix test-path prebuild mistake.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$path = Split-Path $Script:MyInvocation.MyCommand.Path
|
||||
$zip = $path+'\orctlibs.zip'
|
||||
$libs = $path+'\lib'
|
||||
$libsTest = Test_path $libs
|
||||
$libsTest = Test-Path $libs
|
||||
if (!$libsTest) {
|
||||
mkdir $libs
|
||||
Invoke-WebRequest https://download.openrct2.website/dev/lib/vs -OutFile $path\orctlibs.zip
|
||||
|
||||
Reference in New Issue
Block a user