Disable build online installer

This commit is contained in:
Alexey Golubev
2025-08-20 09:12:53 +00:00
parent 88d0c54040
commit 6cd690d6b6

View File

@ -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