ppsspp/assets/mime/ppsspp.xml
GITNE 32f5a7e95f Improve Freedesktop integration
* 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
2022-10-05 01:21:52 +02:00

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&#x2011;Abbild</comment>
<comment xml:lang="pl">Skomprymowany obraz ISO</comment>
<acronym>CSO</acronym>
<generic-icon name="media-optical"/>
</mime-type>
</mime-info>