diff --git a/platform/unix/love.desktop b/platform/unix/love.desktop index 797aecf42..a49428ad9 100644 --- a/platform/unix/love.desktop +++ b/platform/unix/love.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=LÖVE Comment=The unquestionably awesome 2D game engine -MimeType=application/love-game; +MimeType=application/x-vnd.love-game; Exec=/usr/bin/love Type=Application Categories=Development;Game; diff --git a/platform/unix/love.xml b/platform/unix/love.xml index 7cc82416f..8c6156aa9 100644 --- a/platform/unix/love.xml +++ b/platform/unix/love.xml @@ -1,6 +1,6 @@ - + LÖVE game diff --git a/platform/unix/postinst b/platform/unix/postinst index c257caf78..0ac9a03a9 100755 --- a/platform/unix/postinst +++ b/platform/unix/postinst @@ -2,4 +2,4 @@ update-mime-database /usr/share/mime 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