Use new deps package, built on mono 2.8. Enable new sgen garbage collector.
This commit is contained in:
@@ -18,8 +18,8 @@ GAME_PATH=$RESOURCES_PATH
|
|||||||
SUPPORT_PATH=~/Library/"Application Support"/OpenRA
|
SUPPORT_PATH=~/Library/"Application Support"/OpenRA
|
||||||
|
|
||||||
# Downloadable content
|
# Downloadable content
|
||||||
DEPS_PACKAGE="osx-deps-v2.zip"
|
DEPS_PACKAGE="osx-deps-v3.zip"
|
||||||
DEPS_URL="http://open-ra.org/get-dependency.php?file=osx-deps-v2"
|
DEPS_URL="http://open-ra.org/get-dependency.php?file=osx-deps-v3"
|
||||||
RA_PACKAGE="ra-packages.zip"
|
RA_PACKAGE="ra-packages.zip"
|
||||||
RA_URL="http://open-ra.org/get-dependency.php?file=ra-packages"
|
RA_URL="http://open-ra.org/get-dependency.php?file=ra-packages"
|
||||||
CNC_PACKAGE="cnc-packages.zip"
|
CNC_PACKAGE="cnc-packages.zip"
|
||||||
@@ -75,7 +75,7 @@ fi
|
|||||||
|
|
||||||
# Run the game
|
# Run the game
|
||||||
cd "${GAME_PATH}"
|
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?
|
# Did we crash?
|
||||||
STATUS=$?
|
STATUS=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user