bladecoder / bladecoder-adventure-engine

Classic point and click adventure game engine and editor
Apache License 2.0
603 stars 65 forks source link

Add .desktop .appdata.xml and .png files #35

Closed danigm closed 6 years ago

danigm commented 6 years ago

To integrate in linux desktop we've to implement the freedesktop spec, so we need to provide a .desktop file, an appdata.xml for "stores" and at least an icon with the same name as the app ID.

I've added this information in the data directory and it will be installed when generating the release with the distZip task.

These files are also useful for flatpak packaging.

bladecoder commented 6 years ago

I found the 'data' name for the folder too generic... What do you think about calling it 'release-files' or something like that?