Merge pull request #1704 from Leafeling/develop

Add game category to generated Linux shortcuts
This commit is contained in:
Alexandru Ionut Tripon
2023-11-13 07:32:33 +00:00
committed by GitHub

View File

@ -943,6 +943,8 @@ bool createShortcut(QString destination, QString target, QStringList args, QStri
<< "\n";
stream << "Type=Application"
<< "\n";
stream << "Categories=Game;ActionGame;AdventureGame;Simulation"
<< "\n";
stream << "Exec=\"" << target.toLocal8Bit() << "\"" << argstring.toLocal8Bit() << "\n";
stream << "Name=" << name.toLocal8Bit() << "\n";
if (!icon.isEmpty()) {