Return correct exit code
This commit is contained in:
+1
-1
@@ -1163,5 +1163,5 @@ int createAppImage(const QString &appDirPath)
|
|||||||
}
|
}
|
||||||
QString appImageCommand = "AppImageAssistant '" + appDirPath +"' '" + appImagePath + "'";
|
QString appImageCommand = "AppImageAssistant '" + appDirPath +"' '" + appImagePath + "'";
|
||||||
int ret = system(appImageCommand.toUtf8().constData());
|
int ret = system(appImageCommand.toUtf8().constData());
|
||||||
return ret;
|
return WEXITSTATUS(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user