Skip to content
Snippets Groups Projects
Commit 625eee34 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

script: add missing qt version option on copy-run-time-file

Change-Id: Id25bd1e5b68a89e490e8ad2e8ec776627a480264
parent 7e521017
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def build_client(parsed_args):
if not os.path.exists('./x64/Release/qt.conf'):
ret &= not execute_cmd(
'powershell -ExecutionPolicy Unrestricted -File copy-runtime-files.ps1', True)
'powershell -ExecutionPolicy Unrestricted -File copy-runtime-files.ps1' + ' "Release" ' + '"' + parsed_args.qtver + '"', True)
return ret
def parse_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