rh-galaxy / boulder

Boulder Dash clone (Amiga), collect diamonds and reach the exit. It is complete with level editor.
https://rh-galaxy.itch.io/boulder
Other
8 stars 2 forks source link

Boulder should have an Icon and a desktop file #3

Open gusnan opened 6 days ago

gusnan commented 6 days ago

You should include a desktop file and an icon with the project - for the freedesktop standard, see

https://www.freedesktop.org/wiki/Howto_desktop_files/

which has a link to the full specification on the top.

Best would be if the .desktop file would be installed to /usr/share/applications in the makefile install target, and the icon to /usr/share/icons/{size}/apps (folder depending on the icon size).

rh-galaxy commented 6 days ago

I added 48x48 icons (.png) and .desktop files for boulder and mapeditor in /exe/linux_x64. There is still no usage of those files, pending further changes to Makefile or other files.