mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Fix previous commit
This commit is contained in:
@ -75,7 +75,7 @@ try:
|
||||
start_mac_services()
|
||||
|
||||
base.print_info('Build modules')
|
||||
base.cmd_in_dir('../build_tools', 'python', ['configure.py', '--branch', 'develop', '--module', 'develop', '--update', '1', '--update-light', '1', '--clean', '0', '--branding-url', 'https://github.com/ONLYOFFICE/onlyoffice.git'])
|
||||
base.cmd_in_dir('../build_tools', 'python', ['configure.py', '--branch', 'develop', '--module', 'develop', '--update', '1', '--update-light', '1', '--clean', '0', '--branding', 'onlyoffice', '--branding-url', 'https://github.com/ONLYOFFICE/onlyoffice.git'])
|
||||
base.cmd_in_dir('../build_tools', 'python', ['make.py'])
|
||||
|
||||
run_integration_example()
|
||||
|
||||
Reference in New Issue
Block a user