mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
32f5a7e95f
* Move scalable icon install from `${prefix}/share/pixmaps` (`pixmaps` has been deprecated long time ago) to `${prefix}/share/icons/hicolor/scalable/apps` * Add `Keywords`, `Categories`, and `MimeType` keys to `.desktop` file * Add shared MIME-info on [`application/x-compressed-iso`](https://en.wikipedia.org/wiki/.CSO "Compressed ISO") MIME type
10 lines
316 B
Desktop File
10 lines
316 B
Desktop File
[Desktop Entry]
|
|
Name=@TargetBin@
|
|
Exec=@TargetBin@
|
|
Icon=ppsspp
|
|
Type=Application
|
|
Comment=ppsspp (fast and portable PSP emulator)
|
|
Keywords=Sony;PlayStation;Portable;PSP;handheld;console;
|
|
Categories=Game;Emulator;
|
|
MimeType=application/x-cd-image;application/x-iso9660-image;application/x-compressed-iso;application/zip;
|