mirror of
https://github.com/DrBeef/Raze.git
synced 2025-04-02 22:20:50 +00:00
- Added Raze-specific application data search path for macOS.
This commit is contained in:
parent
eeabe0fe6d
commit
910c0e61ca
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey ("Path", local_app_support + "/NBlood", true);
|
||||
SetValueForKey("Path", local_app_support + "/JFSW", true);
|
||||
SetValueForKey("Path", local_app_support + "/VoidSW", true);
|
||||
SetValueForKey("Path", local_app_support + "/Raze/*", true);
|
||||
|
||||
#elif !defined(__unix__)
|
||||
SetValueForKey ("Path", "$PROGDIR", true);
|
||||
|
|
Loading…
Reference in a new issue