Fix packaged osx SupportDir

This commit is contained in:
Paul Chote
2010-07-08 19:12:49 +12:00
parent a383f8873c
commit d9ba7ff90c

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 "OpenRA.Game.exe" InitialMods=$MOD SupportDir=~/Library/"Application Support"/OpenRA
# Did we crash?
STATUS=$?