diff options
author | B Stack <bgstack15@gmail.com> | 2019-03-31 18:13:35 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-03-31 18:13:35 -0400 |
commit | d5744345d6f32d31882acdc5dc0641d202f7cad6 (patch) | |
tree | a49539acdc8bdd21330baa74227db97bfb5d6096 /beyond-the-titanic.desktop | |
parent | use color by default (diff) | |
download | beyond-the-titanic-d5744345d6f32d31882acdc5dc0641d202f7cad6.tar.gz beyond-the-titanic-d5744345d6f32d31882acdc5dc0641d202f7cad6.tar.bz2 beyond-the-titanic-d5744345d6f32d31882acdc5dc0641d202f7cad6.zip |
add makefile and other package-ready elements
This adds open-source-licensed files that will help
package builders build this application for distros.
Diffstat (limited to 'beyond-the-titanic.desktop')
-rw-r--r-- | beyond-the-titanic.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/beyond-the-titanic.desktop b/beyond-the-titanic.desktop new file mode 100644 index 0000000..a7f585e --- /dev/null +++ b/beyond-the-titanic.desktop @@ -0,0 +1,12 @@ +#!/usr/bin/xdg-open +[Desktop Entry] +Name=Beyond the Titanic +Exec=/usr/bin/beyond-the-titanic +Type=Application +StartupNotify=true +Path=/usr/share/beyond-the-titanic +Icon=beyond-the-titanic +StartupWMClass=BEYOND +Comment=Text adventure game from 1988 +Terminal=true +Categories=Game;AdventureGame; |