fix linux again
This commit is contained in:
parent
311ddbe2f9
commit
d9c1456f28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue