Fixed getting wrong launch.sh link

This commit is contained in:
Nicole George 2020-04-16 10:55:21 -05:00 committed by GitHub
parent 9637582cdb
commit 0ef0ac5975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,8 @@ worlds () {
}
launchscript () {
wget -O"$WORLDSDIR/launch.sh" "https://github.com/Vencorr/Worlds-LinuxScript/blob/master/launch.sh"
wget -O"$WORLDSDIR/launch.sh" "https://raw.githubusercontent.com/Vencorr/Worlds-LinuxScript/master/launch.sh"
chmod +x "$WORLDSDIR/launch.sh"
wget -O"$WORLDSDIR/icon.png" "https://raw.githubusercontent.com/Vencorr/Worlds-LinuxScript/master/icon.png"
rm "$WORLDSDIR/wine.worlds" "$WORLDSDIR/wineprefix.worlds" "$WORLDSDIR/worlds.worlds"
echo "$WINE" > "$WORLDSDIR/wine.worldslinux"