Files
puzzles/puzzle.desktop.in
Emmanuel Gil Peyrot c99fbed8c9 Install the icons to the right location on Linux
That way, any application displaying the .desktop with its icon will
pick the icon size it deems the best one for the current rendering.

See the Icon Theme Specification:
https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s07.html

Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
2023-07-14 08:31:44 +01:00

11 lines
190 B
Desktop File

[Desktop Entry]
Version=1.0
Type=Application
Name=${displayname}
Comment=${description}
Exec=${binary_name}
Icon=${binary_name}
StartupNotify=false
Categories=Game;LogicGame;
Terminal=false