From a93caae282bf45976f816088d014b8729c3a6e85 Mon Sep 17 00:00:00 2001 From: Nicholas George Date: Tue, 29 Sep 2020 15:26:25 -0500 Subject: [PATCH] Added installation directory to write to config. Fixes the issue with launching due to wrong path. --- worlds-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds-installer.sh b/worlds-installer.sh index 56a0c46..6041c75 100755 --- a/worlds-installer.sh +++ b/worlds-installer.sh @@ -154,6 +154,7 @@ launchscript () { echo "export WINE=$WINE" >> "$WORLDSDIR/wrldslinux" echo "export WINEPREFIX=$WINEPREFIX" >> "$WORLDSDIR/wrldslinux" echo "export WORLDSDIR=$WORLDSDIR" >> "$WORLDSDIR/wrldslinux" + echo "export WORLDSINSTALL=$WORLDSINSTALL" >> "$WORLDSDIR/wrldslinux" echo "export SETTHEME=DEFAULT" >> "$WORLDSDIR/wrldslinux" echo "source \"$WORLDSDIR/wlrdscmd\"" >> "$WORLDSDIR/wrldslinux" rm "$HOME/Desktop/WorldsPlayer Win7.*"