mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +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
15 lines
547 B
XML
15 lines
547 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-compressed-iso">
|
|
<glob pattern="*.cso"/>
|
|
<magic>
|
|
<match type="little32" offset="0" value="0x4F534943"/>
|
|
</magic>
|
|
<comment>Compressed ISO Image</comment>
|
|
<comment xml:lang="de">Komprimiertes ISO‑Abbild</comment>
|
|
<comment xml:lang="pl">Skomprymowany obraz ISO</comment>
|
|
<acronym>CSO</acronym>
|
|
<generic-icon name="media-optical"/>
|
|
</mime-type>
|
|
</mime-info>
|