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:
jnahmias 2021-02-01 00:16:01 -05:00 committed by GitHub
parent 6f45846975
commit ab0a683aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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