mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
Update run.sh
This commit is contained in:
parent
d963b583b1
commit
6fdde9d2a8
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user