mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

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>
11 lines
190 B
Desktop File
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
|