mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-07 15:09:35 +00:00
fix deploy
This commit is contained in:
parent
47102e600d
commit
150e5c7f0b
@ -17,14 +17,17 @@ if os.path.isdir(PATHQIF + "/QIF"):
|
||||
print("PLATFORM=" + PLATFORM)
|
||||
print("VERSION=" + VERSION)
|
||||
|
||||
# Command Example : aqt tool linux tools_ifw 4.0 qt.tools.ifw.40
|
||||
command = ["aqt",
|
||||
"tool",
|
||||
"-b",
|
||||
"https://mirrors.ocf.berkeley.edu/qt/",
|
||||
"--outputdir",
|
||||
PATHQIF,
|
||||
PLATFORM,
|
||||
"tools_ifw",
|
||||
VERSION,
|
||||
" "]
|
||||
"qt.tools.ifw." + VERSION.replace('.', '')]
|
||||
|
||||
print("command=" + " ".join(command))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user