mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 10:14:32 +00:00
fixed log of the qif script
This commit is contained in:
parent
11c780a5ef
commit
816b4b2191
@ -18,15 +18,15 @@ print("PLATFORM=" + PLATFORM)
|
||||
print("VERSION=" + VERSION)
|
||||
|
||||
command = ["aqt",
|
||||
"tool",
|
||||
"--outputdir",
|
||||
PATHQIF,
|
||||
PLATFORM,
|
||||
"tools_ifw",
|
||||
VERSION,
|
||||
" "]
|
||||
"tool",
|
||||
"--outputdir",
|
||||
PATHQIF,
|
||||
PLATFORM,
|
||||
"tools_ifw",
|
||||
VERSION,
|
||||
" "]
|
||||
|
||||
print("command=" + "".join(command))
|
||||
print("command=" + " ".join(command))
|
||||
|
||||
subprocess.call(command)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user