mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
fix linux again
This commit is contained in:
parent
311ddbe2f9
commit
d9c1456f28
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public:
|
||||||
|
|
||||||
#else
|
#else
|
||||||
linkPath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation) + "/" +
|
linkPath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation) + "/" +
|
||||||
QString::fromStdString(m_games[itemID].name);
|
QString::fromStdString(m_games[itemID].name) + ".desktop";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Convert the icon to .ico if necessary
|
// Convert the icon to .ico if necessary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue