mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-13 09:59:36 +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("PLATFORM=" + PLATFORM)
|
||||||
print("VERSION=" + VERSION)
|
print("VERSION=" + VERSION)
|
||||||
|
|
||||||
|
# Command Example : aqt tool linux tools_ifw 4.0 qt.tools.ifw.40
|
||||||
command = ["aqt",
|
command = ["aqt",
|
||||||
"tool",
|
"tool",
|
||||||
|
"-b",
|
||||||
|
"https://mirrors.ocf.berkeley.edu/qt/",
|
||||||
"--outputdir",
|
"--outputdir",
|
||||||
PATHQIF,
|
PATHQIF,
|
||||||
PLATFORM,
|
PLATFORM,
|
||||||
"tools_ifw",
|
"tools_ifw",
|
||||||
VERSION,
|
VERSION,
|
||||||
" "]
|
"qt.tools.ifw." + VERSION.replace('.', '')]
|
||||||
|
|
||||||
print("command=" + " ".join(command))
|
print("command=" + " ".join(command))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user