mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Disable build online installer
This commit is contained in:
@ -72,8 +72,9 @@ def make_windows():
|
||||
else:
|
||||
make_zip("xp")
|
||||
make_inno("xp")
|
||||
if common.platform == "windows_x86_xp":
|
||||
make_online()
|
||||
# Disable build online installer
|
||||
# if common.platform == "windows_x86_xp":
|
||||
# make_online()
|
||||
|
||||
utils.set_cwd(common.workspace_dir)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user