Revert mono 2.8 deps; causes desyncs.

This commit is contained in:
Paul Chote
2010-10-09 18:40:23 +13:00
committed by Chris Forbes
parent e3d71acb05
commit 11f6a8b945

View File

@@ -18,8 +18,8 @@ GAME_PATH=$RESOURCES_PATH
SUPPORT_PATH=~/Library/"Application Support"/OpenRA
# Downloadable content
DEPS_PACKAGE="osx-deps-v3.zip"
DEPS_URL="http://open-ra.org/get-dependency.php?file=osx-deps-v3"
DEPS_PACKAGE="osx-deps-v4.zip"
DEPS_URL="http://open-ra.org/get-dependency.php?file=osx-deps-v4"
RA_PACKAGE="ra-packages.zip"
RA_URL="http://open-ra.org/get-dependency.php?file=ra-packages"
CNC_PACKAGE="cnc-packages.zip"
@@ -75,7 +75,7 @@ fi
# Run the game
cd "${GAME_PATH}"
"${EXE_PATH}"mono --debug --gc=sgen "OpenRA.Game.exe" Game.Mods=$MOD SupportDir=~/Library/"Application Support"/OpenRA
"${EXE_PATH}"mono --debug "OpenRA.Game.exe" Game.Mods=$MOD SupportDir=~/Library/"Application Support"/OpenRA
# Did we crash?
STATUS=$?