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:
parent
a7b8e554bc
commit
6e7055e212
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user