diff options
Diffstat (limited to 'games/frotz/frotz.desktop')
-rw-r--r-- | games/frotz/frotz.desktop | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/frotz/frotz.desktop b/games/frotz/frotz.desktop new file mode 100644 index 0000000000000..ab2f8e3d4e633 --- /dev/null +++ b/games/frotz/frotz.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=Frotz +GenericName=Z-Code Interpreter +Comment=Terminal Player for Interactive Fiction Games +Exec=frotz %f +Icon=frotz +Terminal=true +Type=Application +Categories=Game;AdventureGame; +MimeType=application/x-zmachine; +NoDisplay=true +Actions=Play; + +[Desktop Action Play] +Name=Play +Exec=frotz %f |