dist/XDG: add more file associations
This commit is contained in:
parent
e242f16986
commit
59c6f45e7a
|
@ -8,5 +8,5 @@ Icon=yuzu
|
||||||
TryExec=yuzu
|
TryExec=yuzu
|
||||||
Exec=yuzu %f
|
Exec=yuzu %f
|
||||||
Categories=Game;Emulator;Qt;
|
Categories=Game;Emulator;Qt;
|
||||||
MimeType=application/x-nx-nro;application/x-nx-nso;
|
MimeType=application/x-nx-nro;application/x-nx-nso;application/x-nx-nsp;application/x-nx-xci;
|
||||||
Keywords=Switch;Nintendo;
|
Keywords=Switch;Nintendo;
|
|
@ -15,4 +15,19 @@
|
||||||
<glob pattern="*.nso"/>
|
<glob pattern="*.nso"/>
|
||||||
<magic><match value="NSO" type="string" offset="0"/></magic>
|
<magic><match value="NSO" type="string" offset="0"/></magic>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
|
||||||
|
<mime-type type="application/x-nx-nsp">
|
||||||
|
<comment>Nintendo Switch Package</comment>
|
||||||
|
<acronym>NSP</acronym>
|
||||||
|
<icon name="yuzu"/>
|
||||||
|
<glob pattern="*.nsp"/>
|
||||||
|
<magic><match value="PFS" type="string" offset="0"/></magic>
|
||||||
|
</mime-type>
|
||||||
|
|
||||||
|
<mime-type type="application/x-nx-xci">
|
||||||
|
<comment>Nintendo Switch Card Image</comment>
|
||||||
|
<acronym>XCI</acronym>
|
||||||
|
<icon name="yuzu"/>
|
||||||
|
<glob pattern="*.xci"/>
|
||||||
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
Reference in New Issue