diff mime-extra.xml @ 123:513dbd770bef

Mark GOG "bin" files as binary, not Sega disk image
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Dec 2018 19:40:46 +0000
parents a05dade2a2fa
children
line wrap: on
line diff
--- a/mime-extra.xml	Fri Dec 07 20:30:43 2018 +0000
+++ b/mime-extra.xml	Wed Dec 26 19:40:46 2018 +0000
@@ -134,4 +134,8 @@
          <comment xml:lang="en">Scala built tool configuration</comment>
          <glob pattern="*.sbt"/>
   </mime-type>
+  <mime-type type="application/octet-stream">
+  	<comment xml:lang="en">Binary data</comment>
+  	<glob pattern="*.bin"/>
+  </mime-type>
 </mime-info>
\ No newline at end of file