mirror of https://github.com/odrling/Aegisub
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:
parent
7721ae689f
commit
fb7f4bdd9a
|
@ -71,7 +71,7 @@ if (!(Test-Path ffi-experiments)) {
|
||||||
# VC++ redistributable
|
# VC++ redistributable
|
||||||
if (!(Test-Path VC_redist)) {
|
if (!(Test-Path VC_redist)) {
|
||||||
$redistDir = New-Item -ItemType Directory 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
|
# TODO dictionaries
|
||||||
|
|
Loading…
Reference in New Issue