Change method name to something more meaningful

This commit is contained in:
TheAssassin
2019-07-25 17:44:50 +02:00
parent 47b8370751
commit e24b46d291
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ namespace linuxdeploy {
try {
desktopfile::DesktopFile desktopFile = getMainDesktopFile(desktopFilePaths, deployedDesktopFiles);
ldLog() << "Deploying desktop file:" << desktopFile.path() << std::endl;
return appDir.createLinksInAppDirRoot(desktopFile, customAppRunPath);
return appDir.setUpAppDirRoot(desktopFile, customAppRunPath);
} catch (const DeployError& er) {
return false;
}