DCO Remediation Commit for Hazel Hofmann <hazel@theopensource.company>

I, Hazel Hofmann <hazel@theopensource.company>, hereby add my Signed-off-by to this commit: 9ada8d906d

Signed-off-by: Hazel Hofmann <hazel@theopensource.company>
This commit is contained in:
Hazel Hofmann 2023-11-07 15:05:56 +01:00
parent 9ada8d906d
commit 1dea83580e
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"; << "\n";
stream << "Type=Application" stream << "Type=Application"
<< "\n"; << "\n";
stream << "Categories=Game;ActionGame;AdventureGame;Simulation;" stream << "Categories=Game;ActionGame;AdventureGame;Simulation"
<< "\n"; << "\n";
stream << "Exec=\"" << target.toLocal8Bit() << "\"" << argstring.toLocal8Bit() << "\n"; stream << "Exec=\"" << target.toLocal8Bit() << "\"" << argstring.toLocal8Bit() << "\n";
stream << "Name=" << name.toLocal8Bit() << "\n"; stream << "Name=" << name.toLocal8Bit() << "\n";