fix linux again

This commit is contained in:
DanielSvoboda 2024-07-06 15:00:18 -03:00 committed by GitHub
parent 311ddbe2f9
commit d9c1456f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public:
#else
linkPath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation) + "/" +
QString::fromStdString(m_games[itemID].name);
QString::fromStdString(m_games[itemID].name) + ".desktop";
#endif
// Convert the icon to .ico if necessary