1
0
forked from 0ad/0ad
0ad/build/resources/pyrogenesis.xml
Itms 943a61e4ea Define and associate .pyromod filetype with pyrogenesis on Linux and Windows.
The new pyrogenesis.xml file should go under
`$XDG_DATA_DIRS/mime/packages/` before running update-mime-database (see
https://www.freedesktop.org/wiki/Specifications/AddingMIMETutor/ for
more information).

Patch by s0600204 and myself.

This was SVN commit r21723.
2018-04-15 00:25:52 +00:00

11 lines
352 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-pyromod+zip">
<comment>Pyrogenesis Modfile</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.pyromod"/>
</mime-type>
</mime-info>