mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-07-02 20:08:02 -05:00
More forgotten return statements in bool methods
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user