probonopd
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tools/linuxdeployqt/shared.cpp
|
@ -244,7 +244,7 @@ bool copyFilePrintStatus(const QString &from, const QString &to) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
QDir dir(to + "/../"); |
|
|
QDir dir(QDir::cleanPath(to + "/../")); |
|
|
if (!dir.exists()) { |
|
|
if (!dir.exists()) { |
|
|
dir.mkpath("."); |
|
|
dir.mkpath("."); |
|
|
} |
|
|
} |
|
|