Skip to content
Snippets Groups Projects
Commit e7e0f46e authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 60b98774 c1256bbb
No related branches found
No related tags found
No related merge requests found
client-android @ 11881a38
Subproject commit 00bf3d34ef8e4a14bf15cc36e257de1729d9d828
Subproject commit 11881a385f05efe716c366f1ff9ddabf53189af0
client-ios @ d42baf98
Subproject commit 3967293f31577f26d4f76d4f02fe2930fd375a01
Subproject commit d42baf98f203c2af040294e137b8f4f72f3a92f3
client-qt @ c99b409d
Subproject commit 28d7ab5213ec34988ba0d193b3efbbdffafac516
Subproject commit c99b409d461c276c04d20b52ca0b248a489f6a1d
daemon @ e6f995d7
Subproject commit 9c60e53c0c07828fca72aa5e6def1cbdb20465bf
Subproject commit e6f995d7467b50ad67bf701b8f455ab48cfe8a39
......@@ -22,15 +22,10 @@ def build_daemon(parsed_args):
os.chdir(os.path.dirname(this_dir))
def build_lrc(parsed_args):
make_cmd = os.path.dirname(this_dir) + '\\lrc\\make-lrc.py'
execute_cmd('python ' + make_cmd)
def build_client(parsed_args):
os.chdir('./client-qt')
execute_cmd('python make-client.py init')
execute_cmd('python make-client.py')
execute_cmd('python build.py init')
execute_cmd('python build.py')
def parse_args():
......@@ -49,7 +44,6 @@ def parse_args():
def main():
parsed_args = parse_args()
build_daemon(parsed_args)
build_lrc(parsed_args)
build_client(parsed_args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment