Write a utility wrapper for linux. Untested / Unfinished.

This commit is contained in:
Paul Chote
2011-02-08 20:37:10 +13:00
parent 03bbe8d0a0
commit 734c90f85e
3 changed files with 26 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
cd /usr/share/openra
mono /usr/share/openra/OpenRA.Game.exe SupportDir=~/.openra "$@"
mono OpenRA.Game.exe SupportDir=~/.openra UtilityPath=OpenRA.Utility.sh "$@"