From a43dee17fd3d8617aa5c4c6642204e2887b1083c Mon Sep 17 00:00:00 2001 From: Nicholas George Date: Wed, 9 Sep 2020 12:54:45 -0500 Subject: [PATCH] Set launch.sh as executable in installer --- worlds-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds-installer.sh b/worlds-installer.sh index 82412b1..eb2783e 100755 --- a/worlds-installer.sh +++ b/worlds-installer.sh @@ -102,6 +102,7 @@ work () { codec worlds launchscript | zenity --progress --title="$WTITLE - Finalizing" --width=300 --height=50 --auto-close --auto-kill + chmod +x "$WORLDSDIR/launch.sh" zenity --info --title="$WTITLE" --text="Worlds for Linux Wrapper has been setup and installed. You can now launch Worlds via the launch.sh script available at '$WORLDSDIR'." --width=340 --height=180 }