From 0002e80a1930f53e708a029ad0713cac1d1e894d Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 7 Oct 2010 21:55:14 +1300 Subject: [PATCH] Use new deps package, built on mono 2.8. Enable new sgen garbage collector. --- packaging/osx/template.app/Contents/MacOS/OpenRA | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/osx/template.app/Contents/MacOS/OpenRA b/packaging/osx/template.app/Contents/MacOS/OpenRA index 11e04290fe..3222988d91 100755 --- a/packaging/osx/template.app/Contents/MacOS/OpenRA +++ b/packaging/osx/template.app/Contents/MacOS/OpenRA @@ -18,8 +18,8 @@ GAME_PATH=$RESOURCES_PATH SUPPORT_PATH=~/Library/"Application Support"/OpenRA # Downloadable content -DEPS_PACKAGE="osx-deps-v2.zip" -DEPS_URL="http://open-ra.org/get-dependency.php?file=osx-deps-v2" +DEPS_PACKAGE="osx-deps-v3.zip" +DEPS_URL="http://open-ra.org/get-dependency.php?file=osx-deps-v3" 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 "OpenRA.Game.exe" Game.Mods=$MOD SupportDir=~/Library/"Application Support"/OpenRA +"${EXE_PATH}"mono --debug --gc=sgen "OpenRA.Game.exe" Game.Mods=$MOD SupportDir=~/Library/"Application Support"/OpenRA # Did we crash? STATUS=$?