summaryrefslogtreecommitdiff
path: root/AppRun
diff options
context:
space:
mode:
Diffstat (limited to 'AppRun')
-rwxr-xr-xAppRun5
1 files changed, 4 insertions, 1 deletions
diff --git a/AppRun b/AppRun
index c39dead..53bb940 100755
--- a/AppRun
+++ b/AppRun
@@ -1,3 +1,6 @@
#!/bin/bash
-$APPDIR/usr/bin/manaplus -d "${APPDIR}/data" $@ \ No newline at end of file
+# change working dir, so that is next to the data directory
+cd $APPDIR
+
+$APPDIR/usr/bin/manaplus $@ \ No newline at end of file