mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix vcredist [2] (#763)
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user