mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Pass filename to program in desktop entry
The desktop entry was already configured to handle DS rom file types, but the filename of such a rom was not passed to the program itself. The `%f` passes a single local filename to the program to handle these and allow to use the *open with* menu with melonDS.
This commit is contained in:
parent
415ab22f3a
commit
c23e158312
@ -2,7 +2,7 @@
|
|||||||
Name=melonDS
|
Name=melonDS
|
||||||
GenericName=Nintendo DS Emulator
|
GenericName=Nintendo DS Emulator
|
||||||
Comment=A fast and accurate Nintendo DS emulator.
|
Comment=A fast and accurate Nintendo DS emulator.
|
||||||
Exec=melonDS
|
Exec=melonDS %f
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Game;Emulator;
|
Categories=Game;Emulator;
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Loading…
Reference in New Issue
Block a user