1
0
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:
IntelOrca
2015-07-03 18:07:29 +01:00
parent 2e05279278
commit f3ca205902

View File

@@ -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