Browse Source

Modify desktop file to play nicer with file associations in newer versions of nautilus (gnome file browser)

Bart van Strien 11 years ago
parent
commit
c5d59107ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/unix/love.desktop.in

+ 1 - 1
platform/unix/love.desktop.in

@@ -2,7 +2,7 @@
 Name=LÖVE
 Name=LÖVE
 Comment=The unquestionably awesome 2D game engine
 Comment=The unquestionably awesome 2D game engine
 MimeType=application/x-love-game;
 MimeType=application/x-love-game;
-Exec=@bindir@/love
+Exec=@bindir@/love %f
 Type=Application
 Type=Application
 Categories=Development;Game;
 Categories=Development;Game;
 Terminal=false
 Terminal=false