mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Add DocumentServer Prerequisites installer build
This commit is contained in:
@ -89,6 +89,7 @@ if "builder" in common.targets:
|
||||
package_builder.make()
|
||||
if "server_community" in common.targets:
|
||||
package_server.make("community")
|
||||
package_server.make("prerequisites")
|
||||
if "server_enterprise" in common.targets:
|
||||
package_server.make("enterprise")
|
||||
if "server_developer" in common.targets:
|
||||
|
||||
Reference in New Issue
Block a user