mirror of https://github.com/snes9xgit/snes9x.git
Merge pull request #62 from sebn/gtk-fix-desktop-entry-mimetype
gtk: fix desktop entry mimetype
This commit is contained in:
commit
47f82d7e61
|
@ -3,7 +3,7 @@ Name=Snes9x
|
||||||
Comment=Super NES Emulator
|
Comment=Super NES Emulator
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Game;Emulator;
|
Categories=Game;Emulator;
|
||||||
MimeType=application/x-snes-rom;
|
MimeType=application/vnd.nintendo.snes.rom;application/x-snes-rom;
|
||||||
Exec=snes9x-gtk %F
|
Exec=snes9x-gtk %F
|
||||||
TryExec=snes9x-gtk
|
TryExec=snes9x-gtk
|
||||||
Icon=snes9x
|
Icon=snes9x
|
||||||
|
|
Loading…
Reference in New Issue