diff options
author | Philip Goto <philip.goto@gmail.com> | 2021-05-26 20:49:29 +0200 |
---|---|---|
committer | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2021-08-18 01:39:01 +0200 |
commit | c23e1583128188130ea63fbbbe415f38d130f364 (patch) | |
tree | 1076be8235fa1b2b483cfd8e84fdb4c8a6e30323 /net.kuribo64.melonDS.desktop | |
parent | 415ab22f3a1096583e7cb8f85b4924f94e630bac (diff) |
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.
Diffstat (limited to 'net.kuribo64.melonDS.desktop')
-rw-r--r-- | net.kuribo64.melonDS.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net.kuribo64.melonDS.desktop b/net.kuribo64.melonDS.desktop index c0dafe2..de12ecc 100644 --- a/net.kuribo64.melonDS.desktop +++ b/net.kuribo64.melonDS.desktop @@ -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 |