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
|
||||
GenericName=Nintendo DS Emulator
|
||||
Comment=A fast and accurate Nintendo DS emulator.
|
||||
Exec=melonDS
|
||||
Exec=melonDS %f
|
||||
Type=Application
|
||||
Categories=Game;Emulator;
|
||||
Terminal=false
|
||||
|
|
Loading…
Reference in New Issue