ci: remove vcredist

Microsoft took this link down. It's still up on web.archive.org,
but it might not be necessary anyway since now we compile our own
deps. Going to try without it.
This commit is contained in:
itsmattkc
2021-04-22 11:50:24 +10:00
parent b1be00bbf5
commit 65a1922ed4
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -39,9 +39,9 @@ Section "Olive"
WriteUninstaller "$INSTDIR\uninstall.exe"
# Install Visual C++ 2010 Redistributable
File "vcredist_x64.exe"
ExecWait '"$INSTDIR\vcredist_x64.exe" /quiet'
Delete "$INSTDIR\vcredist_x64.exe"
#File "vcredist_x64.exe"
#ExecWait '"$INSTDIR\vcredist_x64.exe" /quiet'
#Delete "$INSTDIR\vcredist_x64.exe"
SectionEnd
Section "Create Desktop shortcut"