diff options
author | Gene Pasquet <dev@etenil.net> | 2024-05-29 15:12:34 +0100 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-05-29 15:12:34 +0100 |
commit | 084750dc5c69d081771858c87060bf06242e5d1d (patch) | |
tree | 7422da3d4ac345f2eda1166f9a2a8f4fb0e087f3 /turbo-racer.desktop | |
parent | 4861b47029be9e2aed29b4c212a69285711ebd19 (diff) |
Getting started with appimage
Diffstat (limited to 'turbo-racer.desktop')
-rw-r--r-- | turbo-racer.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/turbo-racer.desktop b/turbo-racer.desktop new file mode 100644 index 0000000..ef7ec03 --- /dev/null +++ b/turbo-racer.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Turbo Racer 3000 +Comment=A retro racing game +Exec=guile /usr/share/turbo.scm +Icon=turbo-icon +Terminal=false +Categories=Game;ArcadeGame;Simulation +StartupNotify=true + |