mirror of
https://github.com/love2d/love.git
synced 2026-08-21 13:09:56 +02:00
Changed the mimetype to a correct one
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>
|
||||
<glob pattern="*.love"/>
|
||||
</mime-type>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user