diff options
author | Stijn Buys <ingar@osirion.org> | 2011-02-19 20:01:11 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2011-02-19 20:01:11 +0000 |
commit | 8425c6c3c448f5c9110998ede2b83ec3fe23f6f2 (patch) | |
tree | 3691880b5a748b4709c7ea0a14181b8a28995948 /gtkradiant | |
parent | 967158385baa7842214e6ac0507cc3f260b2d495 (diff) |
Added the required definitions to use the radiant gamepack on MacOS.
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/games/osirion.game | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtkradiant/games/osirion.game b/gtkradiant/games/osirion.game index 5a6eb71..d4cb968 100644 --- a/gtkradiant/games/osirion.game +++ b/gtkradiant/games/osirion.game @@ -4,8 +4,10 @@ name="Project::OSiRiON" enginepath_linux="/usr/local/games/osirion/data" enginepath_win32="D:\Osirion\data" + enginepath_macos="/Applications/Osirion/data" engine_win32="osirion.exe" engine_linux="osirion" + engine_macos="osirion" basegame="base" basegamename="Project::Osirion" prefix=".osirion" |