Merge pull request #1704 from Leafeling/develop
Add game category to generated Linux shortcuts
This commit is contained in:
commit
a3445cbbdd
1 changed files with 2 additions and 0 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue