From 6fdde9d2a82674744854e6aa3fc304c48f90690f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Sun, 22 Jan 2023 15:45:39 +0100 Subject: [PATCH] Update run.sh --- .test/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.test/run.sh b/.test/run.sh index b33de1a..019272d 100755 --- a/.test/run.sh +++ b/.test/run.sh @@ -19,12 +19,12 @@ BOB_URL="http://d.defold.com/archive/${SHA1}/bob/bob.jar" # Download dmengine_headless echo "Downloading ${DMENGINE_URL}" -curl -o dmengine_headless ${DMENGINE_URL} +curl -L -o dmengine_headless ${DMENGINE_URL} chmod +x dmengine_headless # Download bob.jar echo "Downloading ${BOB_URL}" -curl -o bob.jar ${BOB_URL} +curl -L -o bob.jar ${BOB_URL} # Fetch libraries echo "Running bob.jar - resolving dependencies"