mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Changed the mimetype to a correct one
This commit is contained in:
@@ -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,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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user