Browse Source

Changed the mimetype to a correct one

[email protected] 15 years ago
parent
commit
4b6660728d
3 changed files with 3 additions and 3 deletions
  1. 1 1
      platform/unix/love.desktop
  2. 1 1
      platform/unix/love.xml
  3. 1 1
      platform/unix/postinst

+ 1 - 1
platform/unix/love.desktop

@@ -1,7 +1,7 @@
 [Desktop Entry]
 [Desktop Entry]
 Name=LÖVE
 Name=LÖVE
 Comment=The unquestionably awesome 2D game engine
 Comment=The unquestionably awesome 2D game engine
-MimeType=application/love-game;
+MimeType=application/x-vnd.love-game;
 Exec=/usr/bin/love
 Exec=/usr/bin/love
 Type=Application
 Type=Application
 Categories=Development;Game;
 Categories=Development;Game;

+ 1 - 1
platform/unix/love.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
-	<mime-type type="application/love-game">
+	<mime-type type="application/x-vnd.love-game">
 		<comment>LÖVE game</comment>
 		<comment>LÖVE game</comment>
 	<glob pattern="*.love"/>
 	<glob pattern="*.love"/>
 	</mime-type>
 	</mime-type>

+ 1 - 1
platform/unix/postinst

@@ -2,4 +2,4 @@
 
 
 update-mime-database /usr/share/mime
 update-mime-database /usr/share/mime
 gtk-update-icon-cache --force /usr/share/icons/gnome
 gtk-update-icon-cache --force /usr/share/icons/gnome
-xdg-mime default love.desktop application/love-game
+xdg-mime default love.desktop application/x-vnd.love-game