Use ~/Library/Application Support/OpenRA/ as the support dir.

This commit is contained in:
Paul Chote
2010-11-17 14:37:32 +13:00
parent 034196ddd6
commit 085685a769
2 changed files with 8 additions and 2 deletions

View File

@@ -7,4 +7,4 @@
echo "Launching OpenRA from $1"
cd $1
${@:2}
mono --debug OpenRA.Game.exe Graphics.Renderer=Gl SupportDir=~/Library/"Application Support"/OpenRA ${@:2}