aboutsummaryrefslogtreecommitdiff
path: root/beyond-the-titanic.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-31 21:06:39 -0400
committerB Stack <bgstack15@gmail.com>2019-03-31 21:06:39 -0400
commitc45979bfb538801dd84acb16b7b26583308ae446 (patch)
tree20ab4d383f3954067f4eb1d5b32652f005c302f9 /beyond-the-titanic.desktop
parentadd makefile and other package-ready elements (diff)
downloadbeyond-the-titanic-master.tar.gz
beyond-the-titanic-master.tar.bz2
beyond-the-titanic-master.zip
use $HOME-based play directoryHEADmaster
* modify script to copy the game to a $HOME subdirectory so the game has read-write access to the data files and savegame directory.
Diffstat (limited to 'beyond-the-titanic.desktop')
-rw-r--r--beyond-the-titanic.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/beyond-the-titanic.desktop b/beyond-the-titanic.desktop
index a7f585e..75df004 100644
--- a/beyond-the-titanic.desktop
+++ b/beyond-the-titanic.desktop
@@ -4,7 +4,7 @@ Name=Beyond the Titanic
Exec=/usr/bin/beyond-the-titanic
Type=Application
StartupNotify=true
-Path=/usr/share/beyond-the-titanic
+Path=/usr/bin
Icon=beyond-the-titanic
StartupWMClass=BEYOND
Comment=Text adventure game from 1988
bgstack15