mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix DesktopEditorsHelp installer build [2] (#612)
* Fix DesktopEditorsHelp installer build * Small fix
This commit is contained in:
@ -111,7 +111,7 @@ def make_windows():
|
||||
|
||||
make_inno()
|
||||
|
||||
if branding.onlyoffice && common.platform in ["windows_x64", "windows_x86"]:
|
||||
if branding.onlyoffice and common.platform in ["windows_x64", "windows_x86"]:
|
||||
make_inno_help()
|
||||
|
||||
make_inno_update()
|
||||
|
||||
Reference in New Issue
Block a user