diff options
author | Administrator <admin@themanaworld.org> | 2022-06-20 01:53:58 +0000 |
---|---|---|
committer | Administrator <admin@themanaworld.org> | 2022-06-20 01:53:58 +0000 |
commit | 7fc898eccf277fa6b160c59cde1280b8db82ebde (patch) | |
tree | 3af62b3318eb9ae8e475d4b411e860a57e7245e9 /AppRun | |
parent | 5a6550821aa93be16e6676d7e9b7dd8076532750 (diff) | |
download | buildbot-7fc898eccf277fa6b160c59cde1280b8db82ebde.tar.gz buildbot-7fc898eccf277fa6b160c59cde1280b8db82ebde.tar.bz2 buildbot-7fc898eccf277fa6b160c59cde1280b8db82ebde.tar.xz buildbot-7fc898eccf277fa6b160c59cde1280b8db82ebde.zip |
Update AppRun
Diffstat (limited to 'AppRun')
-rw-r--r-- | AppRun | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ #!/bin/bash # change working dir, so that is next to the data directory -cd $APPDIR +#cd $APPDIR -$APPDIR/src/freedroidRPG $@ +#$APPDIR/src/freedroidrpg $@ +./freedroidrpg $@ |