More forgotten return statements in bool methods

This commit is contained in:
TheAssassin
2019-08-14 23:57:50 +02:00
parent 2d45ef4c72
commit fc82028af4

View File

@@ -88,6 +88,8 @@ namespace linuxdeploy {
if (!appDir.copyFile(customAppRunPath, appDir.path() / "AppRun"))
return false;
return true;
}
bool deployStandardAppRunFromDesktopFile(const DesktopFile& desktopFile, const bf::path& customAppRunPath) const {
@@ -141,6 +143,8 @@ namespace linuxdeploy {
return false;
}
}
return true;
}
bool deployAppRunWrapperIfNecessary() const {