Add build mobile package (#562)

This commit is contained in:
Semyon Bezrukov
2022-11-11 17:46:41 +03:00
committed by GitHub
parent 110981066e
commit f074914f1b
2 changed files with 44 additions and 2 deletions

View File

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