Set launch.sh as executable in installer

This commit is contained in:
Nicholas George 2020-09-09 12:54:45 -05:00
parent 24f9b756d4
commit a43dee17fd

View File

@ -102,6 +102,7 @@ work () {
codec codec
worlds worlds
launchscript | zenity --progress --title="$WTITLE - Finalizing" --width=300 --height=50 --auto-close --auto-kill 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 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
} }