Run packaged version with --debug on osx

This commit is contained in:
Paul Chote
2010-08-15 02:38:44 +12:00
parent 0473aed2c3
commit 184d044f26

View File

@@ -86,7 +86,7 @@ fi
# Run the game
cd "${GAME_PATH}"
${EXE_PATH}mono "OpenRA.Game.exe" InitialMods=$MOD SupportDir=~/Library/"Application Support"/OpenRA
${EXE_PATH}mono --debug "OpenRA.Game.exe" InitialMods=$MOD SupportDir=~/Library/"Application Support"/OpenRA
# Did we crash?
STATUS=$?