Expanded mirroring script to all dependencies, added new mirror (mirumu.jp) and updated download scripts.

This commit is contained in:
Matthew
2010-09-05 16:34:05 +12:00
parent f8d537c0c5
commit c69a741c90
12 changed files with 55 additions and 27 deletions

View File

@@ -19,11 +19,11 @@ SUPPORT_PATH=~/Library/"Application Support"/OpenRA
# Downloadable content
DEPS_PACKAGE="osx-deps-v2.zip"
DEPS_URL="http://open-ra.org/releases/mac/osx-deps-v2.zip"
DEPS_URL="http://open-ra.org/get-dependency.php?file=osx"
RA_PACKAGE="ra-packages.zip"
RA_URL="http://open-ra.org/packages/ra-packages.php"
RA_URL="http://open-ra.org/get-dependency.php?file=ra"
CNC_PACKAGE="cnc-packages.zip"
CNC_URL="http://open-ra.org/packages/cnc-packages.php"
CNC_URL="http://open-ra.org/get-dependency.php?file=cnc"
cd "$EXE_PATH"