mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[xdg] rom-properties.xml: Add GameCube/Wii executables (.dol).
.dol files aren't currently supported by rom-properties. shared-mime-info is misidentifying them as image/vnd.microsoft.icon, which is clearly wrong, so add this to fix the identification.
This commit is contained in:
parent
55cb219a17
commit
86638f478c
@ -1376,4 +1376,13 @@
|
|||||||
</magic>
|
</magic>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
|
||||||
|
<!-- GameCube/Wii executables -->
|
||||||
|
<!-- These are showing up as "image/vnd.microsoft.icon" for some reason... -->
|
||||||
|
<mime-type type="application/x-gamecube-executable">
|
||||||
|
<comment>Nintendo GameCube/Wii executable</comment>
|
||||||
|
<sub-class-of type="application/x-executable"/>
|
||||||
|
<generic-icon name="application-x-executable"/>
|
||||||
|
<glob pattern="*.dol"/>
|
||||||
|
</mime-type>
|
||||||
|
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
Loading…
Reference in New Issue
Block a user