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:
Philip Goto 2021-05-26 20:49:29 +02:00 committed by Nadia Holmquist Pedersen
parent 415ab22f3a
commit c23e158312
1 changed files with 1 additions and 1 deletions

View File

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