mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Add build mobile package (#562)
This commit is contained in:
@ -73,8 +73,8 @@ if "server-enterprise" in common.targets:
|
||||
package_server.make("enterprise")
|
||||
if "server-developer" in common.targets:
|
||||
package_server.make("developer")
|
||||
# if "mobile" in common.targets:
|
||||
# package_mobile.make()
|
||||
if "mobile" in common.targets:
|
||||
package_mobile.make()
|
||||
|
||||
# summary
|
||||
utils.log_h1("Build summary")
|
||||
|
||||
Reference in New Issue
Block a user