3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 02:17:53 +02:00

Update run.sh

This commit is contained in:
Björn Ritzl 2023-01-22 15:45:39 +01:00
parent d963b583b1
commit 6fdde9d2a8

View File

@ -19,12 +19,12 @@ BOB_URL="http://d.defold.com/archive/${SHA1}/bob/bob.jar"
# Download dmengine_headless # Download dmengine_headless
echo "Downloading ${DMENGINE_URL}" echo "Downloading ${DMENGINE_URL}"
curl -o dmengine_headless ${DMENGINE_URL} curl -L -o dmengine_headless ${DMENGINE_URL}
chmod +x dmengine_headless chmod +x dmengine_headless
# Download bob.jar # Download bob.jar
echo "Downloading ${BOB_URL}" echo "Downloading ${BOB_URL}"
curl -o bob.jar ${BOB_URL} curl -L -o bob.jar ${BOB_URL}
# Fetch libraries # Fetch libraries
echo "Running bob.jar - resolving dependencies" echo "Running bob.jar - resolving dependencies"