mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 10:14:32 +00:00
fix python script
This commit is contained in:
parent
b892e6474a
commit
babf7eac58
@ -1,7 +1,7 @@
|
||||
OTHER_FILES += \
|
||||
$$PWD/*.md \
|
||||
$$PWD/*.sh \
|
||||
$$PWD/scripts/*.sh \
|
||||
$$PWD/scripts/*.py \
|
||||
$$PWD/packages/QIF/meta/*.xml
|
||||
|
||||
win32:PLATFORM = windows
|
||||
|
@ -27,7 +27,6 @@ subprocess.call(["aqt",
|
||||
VERSION,
|
||||
" "])
|
||||
|
||||
os.makedirs(PATHQIF + "/QIF")
|
||||
os.rename(PATHQIF + "/Tools/QtInstallerFramework/" + VERSION[0:3] + "/bin/",
|
||||
PATHQIF + "/QIF")
|
||||
shutil.rmtree(PATHQIF + "/Tools")
|
||||
|
Loading…
x
Reference in New Issue
Block a user