Fix vcredist [2] (#763)

This commit is contained in:
Semyon Bezrukov
2023-11-16 16:08:28 +03:00
committed by GitHub
parent 6d7e67820a
commit b74c359523
2 changed files with 2 additions and 5 deletions

View File

@ -90,10 +90,7 @@ def make_windows():
make_zip()
vcdl = True
vcdl &= download_vcredist("2015-2022")
if not vcdl:
if not download_vcredist("2022"):
utils.set_summary("desktop inno build", False)
utils.set_summary("desktop inno standalone build", False)
utils.set_summary("desktop inno update build", False)