Added installation directory to write to config.
Fixes the issue with launching due to wrong path.
This commit is contained in:
parent
5ab1fbb77c
commit
a93caae282
|
@ -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.*"
|
||||
|
|
Loading…
Reference in New Issue
Block a user