From 172404842bc3ca4c43faafd52d8901d6ef95df3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 11 Dec 2020 15:51:29 +0200 Subject: [PATCH] =?UTF-8?q?Update=20to=20L=C3=96VE=2011.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/package-win32.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/package-win32.sh b/scripts/package-win32.sh index 178ce3c..5cfb32c 100644 --- a/scripts/package-win32.sh +++ b/scripts/package-win32.sh @@ -4,12 +4,12 @@ die() { } get() { - wget https://bitbucket.org/rude/love/downloads/love-$version-win32.zip || die wget + wget https://github.com/love2d/love/releases/download/$version/love-$version-win32.zip || die wget unzip love-$version-win32.zip || die unzip test -e love-$version-win32/ || mv love-$version*-win32/ love-$version-win32 || die "Can't find win32 love directory" } -version="11.2" +version="11.3" mkdir -p tmp/eitmer-win32 || die mkdir