mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 17:12:53 +02:00
Avoid overriding globs used to detect MIME types
This commit is contained in:
@@ -3,21 +3,18 @@
|
|||||||
<mime-type type="application/x-gameboy-rom">
|
<mime-type type="application/x-gameboy-rom">
|
||||||
<comment>Game Boy ROM</comment>
|
<comment>Game Boy ROM</comment>
|
||||||
<icon name="x-gameboy-rom"/>
|
<icon name="x-gameboy-rom"/>
|
||||||
<glob-deleteall/>
|
|
||||||
<glob pattern="*.gb"/>
|
<glob pattern="*.gb"/>
|
||||||
<glob pattern="*.sgb"/>
|
<glob pattern="*.sgb"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
<mime-type type="application/x-gameboy-color-rom">
|
<mime-type type="application/x-gameboy-color-rom">
|
||||||
<comment>Game Boy Color ROM</comment>
|
<comment>Game Boy Color ROM</comment>
|
||||||
<icon name="x-gameboy-color-rom"/>
|
<icon name="x-gameboy-color-rom"/>
|
||||||
<glob-deleteall/>
|
|
||||||
<glob pattern="*.gbc"/>
|
<glob pattern="*.gbc"/>
|
||||||
<glob pattern="*.cgb"/>
|
<glob pattern="*.cgb"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
<mime-type type="application/x-gameboy-isx">
|
<mime-type type="application/x-gameboy-isx">
|
||||||
<comment>Game Boy ISX binary</comment>
|
<comment>Game Boy ISX binary</comment>
|
||||||
<icon name="x-gameboy-rom"/>
|
<icon name="x-gameboy-rom"/>
|
||||||
<glob-deleteall/>
|
|
||||||
<glob pattern="*.isx"/>
|
<glob pattern="*.isx"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
Reference in New Issue
Block a user