mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Update make.py
This commit is contained in:
2
make.py
2
make.py
@ -87,8 +87,6 @@ make_common.make()
|
||||
# build updmodule for desktop (only for windows version)
|
||||
if config.check_option("module", "desktop"):
|
||||
config.extend_option("qmake_addon", "URL_WEBAPPS_HELP=https://download.onlyoffice.com/install/desktop/editors/help/v" + base.get_env('PRODUCT_VERSION') + "/apps")
|
||||
# config.extend_option("qmake_addon", "CFG_APP_LICENSE_NAME=\"\\\"ASDFG v4\\\"\"")
|
||||
# config.extend_option("qmake_addon", "CFG_APP_LICENSE_URL=\"\\\"https://onlyoffice.com\\\"\"")
|
||||
|
||||
if "windows" == base.host_platform():
|
||||
config.extend_option("config", "updmodule")
|
||||
|
||||
Reference in New Issue
Block a user