Use v8 libs

This commit is contained in:
Michał Janiszewski 2016-05-20 13:17:32 +02:00
parent 839fc3938f
commit 589b5a3b43
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ $scriptsPath = Split-Path $Script:MyInvocation.MyCommand.Path
Import-Module "$scriptsPath\common.psm1" -DisableNameChecking
# Constants
$libsUrl = "https://openrct2.website/files/openrct2-libs-vs2015.zip"
$libsVersion = 7
$libsVersion = 8
$libsUrl = "https://github.com/OpenRCT2/Dependencies/releases/download/v$libsVersion/openrct2-libs-vs2015.zip"
# Get paths
$rootPath = Get-RootPath