diff options
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 $@ |