Use same categories as main desktop entry

This commit is contained in:
Hazel Hofmann 2023-11-07 14:54:04 +01:00
parent e66c3b9419
commit 9ada8d906d
No known key found for this signature in database

View File

@ -872,7 +872,7 @@ bool createShortcut(QString destination, QString target, QStringList args, QStri
<< "\n";
stream << "Type=Application"
<< "\n";
stream << "Categories=Game"
stream << "Categories=Game;ActionGame;AdventureGame;Simulation;"
<< "\n";
stream << "Exec=\"" << target.toLocal8Bit() << "\"" << argstring.toLocal8Bit() << "\n";
stream << "Name=" << name.toLocal8Bit() << "\n";