Merge pull request 'fix desktop paths (xdgPaths)' (#20) from dsc/feather:fix-xdg-path into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/20
This commit is contained in:
dsc 2020-10-10 16:01:11 +00:00
commit e017f3619a
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ struct xdgDesktopEntryPaths {
};
const xdgDesktopEntryPaths xdgPaths = {
QString("%1/monero-gui.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
QString("%1/.local/share/icons/monero.png").arg(QDir::homePath()),
QString("%1/feather.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
QString("%1/.local/share/icons/feather.png").arg(QDir::homePath()),
QString("/")
};