You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-03-30 11:18:58 -07:00
Improve method
This commit is contained in:
+1
-1
@@ -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