fceux.desktop: use proper Exec field code (#315)
This allows proper opening of .nes files with the proper mime-type. For details on how this works, see: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables
This commit is contained in:
parent
6f45846975
commit
ab0a683aef
|
@ -5,7 +5,7 @@ Name=Fceux
|
|||
GenericName=NES/Famicom emulator
|
||||
NoDisplay=false
|
||||
Comment=Emulate NES ROMs
|
||||
Exec=/usr/bin/fceux
|
||||
Exec=/usr/bin/fceux %f
|
||||
Icon=/usr/share/pixmaps/fceux1.png
|
||||
Terminal=false
|
||||
MimeType=application/x-nes-rom
|
||||
|
|
Loading…
Reference in New Issue