Changed downloading scripts to point to mirror script. Added open-ra.org to mirror list.

This commit is contained in:
Matthew
2010-09-04 22:42:55 +12:00
parent cd9f584729
commit 112047d2b3
7 changed files with 14 additions and 12 deletions

View File

@@ -21,9 +21,9 @@ SUPPORT_PATH=~/Library/"Application Support"/OpenRA
DEPS_PACKAGE="osx-deps-v2.zip"
DEPS_URL="http://open-ra.org/releases/mac/osx-deps-v2.zip"
RA_PACKAGE="ra-packages.zip"
RA_URL="http://open-ra.org/packages/ra-packages.zip"
RA_URL="http://open-ra.org/packages/ra-packages.php"
CNC_PACKAGE="cnc-packages.zip"
CNC_URL="http://open-ra.org/packages/cnc-packages.zip"
CNC_URL="http://open-ra.org/packages/cnc-packages.php"
cd "$EXE_PATH"