Update shared.cpp
This commit is contained in:
+1
-1
@@ -1148,7 +1148,7 @@ bool checkAppImagePrerequisites(const QString &appDirPath)
|
|||||||
|
|
||||||
int createAppImage(const QString &appDirPath)
|
int createAppImage(const QString &appDirPath)
|
||||||
{
|
{
|
||||||
QString appImageCommand = "appimagetool '" + appDirPath + "'"; // +"' '" + appImagePath + "'";
|
QString appImageCommand = "appimagetool '" + appDirPath + "' --verbose"; // +"' '" + appImagePath + "'";
|
||||||
int ret = system(appImageCommand.toUtf8().constData());
|
int ret = system(appImageCommand.toUtf8().constData());
|
||||||
return WEXITSTATUS(ret);
|
return WEXITSTATUS(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user