Fix previous commit

This commit is contained in:
Oleg Korshul
2020-10-14 19:08:41 +03:00
parent 9e5b398f62
commit 52e0f55677

View File

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