mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-31 10:52:50 +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">
|
||||
<comment>Game Boy ROM</comment>
|
||||
<icon name="x-gameboy-rom"/>
|
||||
<glob-deleteall/>
|
||||
<glob pattern="*.gb"/>
|
||||
<glob pattern="*.sgb"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-gameboy-color-rom">
|
||||
<comment>Game Boy Color ROM</comment>
|
||||
<icon name="x-gameboy-color-rom"/>
|
||||
<glob-deleteall/>
|
||||
<glob pattern="*.gbc"/>
|
||||
<glob pattern="*.cgb"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-gameboy-isx">
|
||||
<comment>Game Boy ISX binary</comment>
|
||||
<icon name="x-gameboy-rom"/>
|
||||
<glob-deleteall/>
|
||||
<glob pattern="*.isx"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
|
Reference in New Issue
Block a user