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

submodules: update nightly branch

parents 80217fa2 5ef67eea
No related branches found
No related tags found
No related merge requests found
client-gnome @ bb6b3f70
Subproject commit 6b2855169a16078fb7062ab5d6bf2305f42cac33
Subproject commit bb6b3f707c9969baa7f4816f55c02245c6c62a79
daemon @ 6a3a9fdd
Subproject commit 324d49ce4d04b3067e6f0d2382c4e6dfd385f56b
Subproject commit 6a3a9fdd52cf9f46586f66a330ceb5bdf4c95758
lrc @ 564784bb
Subproject commit 4381acbf375488f0619056607e90d5ad34655071
Subproject commit 564784bb62cc4128a2174d4744d38365d5a52bf4
......@@ -32,7 +32,7 @@ def build_client(parsed_args):
execute_cmd('python make-client.py -d')
execute_cmd('python make-client.py -b ' + '-t ' +
parsed_args.toolset + ' -s ' + parsed_args.sdk + ' -q ' + parsed_args.qtver)
execute_cmd('powershell -ExecutionPolicy Unrestricted -File copy-runtime-files.ps1' + ' "Release" ' + '"' + parsed_args.qtver + '"', True)
execute_cmd('python copy-runtime-files.py -m Release -q ' + parsed_args.qtver, True)
def parse_args():
......
......@@ -195,3 +195,12 @@ else
fi
make -j"${proc}"
make_install "${global}" "${priv_install}"
# copy runtime files
if [ ${client} = "client-qt" ]; then
if [ -z ${qt5path} ]; then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py -q ${qt5path}
fi
fi
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