mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
win_installer: fix vc redist name in run section to match source
This commit is contained in:
parent
bec44eaab8
commit
1981f4db3e
@ -4,4 +4,4 @@
|
||||
DestDir: {tmp}; Source: "{#DEPS_DIR}\VC_redist\VC_redist.x{#ARCH}.exe"; Flags: nocompression deleteafterinstall
|
||||
|
||||
[Run]
|
||||
Filename: {tmp}\vcredist_{#ARCH}.exe; StatusMsg: {cm:InstallRuntime}; Parameters: "/install /quiet /norestart"
|
||||
Filename: {tmp}\VC_redist.x{#ARCH}.exe; StatusMsg: {cm:InstallRuntime}; Parameters: "/install /quiet /norestart"
|
||||
|
Loading…
x
Reference in New Issue
Block a user