mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
53408e3768
Condensed version of pull request #24, containing the following commits: - 31f803f Install .desktop and mime-info files with autotools. - a354096 unix: Install icon using autotools as well. - 4b1beb2 Fix Icon= in love.desktop. - d0d3fe4 unix: Install game file icon as well. - 9a6e291 unix: Update/fix README file name in Makefile.am. All of the above commits were made by Michał Górny, and this single code import was committed by Bart van Strien (so blame me if I broke it..)
11 lines
216 B
Desktop File
11 lines
216 B
Desktop File
[Desktop Entry]
|
|
Name=LÖVE
|
|
Comment=The unquestionably awesome 2D game engine
|
|
MimeType=application/x-love-game;
|
|
Exec=@bindir@/love
|
|
Type=Application
|
|
Categories=Development;Game;
|
|
Terminal=false
|
|
Icon=love
|
|
NoDisplay=true
|