mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Add update git server if needed (#20)
This commit is contained in:
committed by
Alexey Golubev
parent
cf7311f81f
commit
14c358e04a
2
make.py
2
make.py
@ -57,7 +57,7 @@ if ("1" == config.option("update")):
|
||||
if config.check_option("module", "desktop"):
|
||||
base.git_update("desktop-apps")
|
||||
|
||||
if config.check_option("module", "develop"):
|
||||
if(config.check_option("module", "develop") or config.check_option("module", "server")):
|
||||
base.git_update("server")
|
||||
base.git_update("document-server-integration")
|
||||
base.git_update("core-fonts")
|
||||
|
||||
Reference in New Issue
Block a user