diff options
author | Adrien Plazas <kekun.plazas@laposte.net> | 2020-01-26 11:00:19 +0100 |
---|---|---|
committer | Adrien Plazas <kekun.plazas@laposte.net> | 2020-02-08 12:52:39 +0100 |
commit | 071644f8db4850b93934d0939500fc2b4df9eeb1 (patch) | |
tree | 5a9736941790082852db3dcf72d903beb94197fc | |
parent | efab1d6202e54ee23b9f837fb561c61dddd98af3 (diff) | |
download | shared-mime-info-071644f8db4850b93934d0939500fc2b4df9eeb1.tar.gz |
Add application/x-ips-patch
This describes the IPS patch format.
-rw-r--r-- | freedesktop.org.xml.in | 10 | ||||
-rw-r--r-- | tests/FF6FR.IPS | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | tests/list | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index df7aec4d..bcac00f4 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -7328,4 +7328,14 @@ command to generate the output files. </magic> </mime-type> + <mime-type type="application/x-ips-patch"> + <comment>IPS patch</comment> + <acronym>IPS</acronym> + <expanded-acronym>International Patching System</expanded-acronym> + <glob pattern="*.ips"/> + <magic> + <match type="string" value="PATCH" offset="0"/> + </magic> + </mime-type> + </mime-info> diff --git a/tests/FF6FR.IPS b/tests/FF6FR.IPS Binary files differnew file mode 100644 index 00000000..7fc39a64 --- /dev/null +++ b/tests/FF6FR.IPS @@ -722,3 +722,4 @@ disk.qcow2 application/x-qemu-disk # ROM hack scene patching formats SLA.bps application/x-bps-patch +FF6FR.IPS application/x-ips-patch |