probonopd
6 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
|
|
@ -1748,7 +1748,7 @@ bool checkAppImagePrerequisites(const QString &appDirPath) |
|
|
|
|
|
|
|
int createAppImage(const QString &appDirPath) |
|
|
|
{ |
|
|
|
QString appImageCommand = "appimagetool '" + appDirPath + "' --verbose -n -g"; // +"' '" + appImagePath + "'";
|
|
|
|
QString appImageCommand = "appimagetool '" + appDirPath + "' -n -g"; // +"' '" + appImagePath + "'";
|
|
|
|
int ret = system(appImageCommand.toUtf8().constData()); |
|
|
|
LogNormal() << "ret" << ret; |
|
|
|
LogNormal() << "WEXITSTATUS(ret)" << WEXITSTATUS(ret); |
|
|
|