mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-16 21:51:43 -05:00
Add missing return statement
This commit is contained in:
@@ -778,7 +778,7 @@ namespace linuxdeploy {
|
||||
}
|
||||
|
||||
bool AppDir::createRelativeSymlink(const bf::path& target, const bf::path& symlink) {
|
||||
d->symlinkFile(target, symlink, true);
|
||||
return d->symlinkFile(target, symlink, true);
|
||||
}
|
||||
|
||||
std::vector<bf::path> AppDir::listExecutables() {
|
||||
|
||||
Reference in New Issue
Block a user