1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

installer: Bump VCRedist to 17 (2015 - 2022)

The windows-latest platform in the CI already uses VS2022, so let's bump
the VCRedist to match.
This commit is contained in:
arch1t3cht 2022-08-26 15:25:09 +02:00 committed by Ryan Lucia
parent a7b8e554bc
commit 6e7055e212

View File

@ -71,7 +71,7 @@ if (!(Test-Path ffi-experiments)) {
# VC++ redistributable
if (!(Test-Path VC_redist)) {
$redistDir = New-Item -ItemType Directory VC_redist
Invoke-WebRequest https://aka.ms/vs/16/release/VC_redist.x64.exe -OutFile "$redistDir\VC_redist.x64.exe" -UseBasicParsing
Invoke-WebRequest https://aka.ms/vs/17/release/VC_redist.x64.exe -OutFile "$redistDir\VC_redist.x64.exe" -UseBasicParsing
}
# TODO dictionaries