We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03847c commit c17e3f0Copy full SHA for c17e3f0
tools/linuxdeployqt/main.cpp
@@ -193,7 +193,7 @@ int main(int argc, char **argv)
193
LogDebug() << newPath;
194
setenv("PATH",newPath.toUtf8().constData(),1);
195
196
- QString appName = QDir::cleanPath(QFileInfo(appBinaryPath).completeBaseName());
+ QString appName = QDir::cleanPath(QFileInfo(appBinaryPath).fileName());
197
198
QString appDir = QDir::cleanPath(appBinaryPath + "/../");
199
if (QDir().exists(appDir) == false) {
0 commit comments