mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-05-31 06:47:32 -05:00
Improve method
This commit is contained in:
@@ -79,7 +79,7 @@ namespace linuxdeploy {
|
||||
|
||||
try {
|
||||
desktopfile::DesktopFile desktopFile = getMainDesktopFile(desktopFilePaths, deployedDesktopFiles);
|
||||
ldLog() << "Deploying desktop file:" << desktopFile.path() << std::endl;
|
||||
ldLog() << "Deploying files to AppDir root using desktop file:" << desktopFile.path() << std::endl;
|
||||
return appDir.setUpAppDirRoot(desktopFile, customAppRunPath);
|
||||
} catch (const DeployError& er) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user