diff --git a/scripts/ps/install.ps1 b/scripts/ps/install.ps1 index 8ca77d1acf..7b87a2176a 100644 --- a/scripts/ps/install.ps1 +++ b/scripts/ps/install.ps1 @@ -14,7 +14,7 @@ Import-Module "$scriptsPath\common.psm1" -DisableNameChecking # Constants $libsUrl = "https://openrct2.website/files/openrct2-libs-vs2015.zip" -$libsVersion = 5 +$libsVersion = 6 # Get paths $rootPath = Get-RootPath