- For Unix systems, ensure that the root of the player's .config directory is scanned for content, not just subdirectories.

* Fixes #430.
This commit is contained in:
Mitchell Richters 2021-06-24 20:47:14 +10:00
parent a27888f9df
commit acadd716f8
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ FGameConfigFile::FGameConfigFile ()
SetValueForKey ("Path", "$PROGDIR", true);
SetValueForKey ("Path", "$PROGDIR/*", true);
#else
SetValueForKey ("Path", "$HOME/" GAME_DIR, true);
SetValueForKey ("Path", "$HOME/" GAME_DIR "/*", true);
// Arch Linux likes them in /usr/share/raze
// Debian likes them in /usr/share/games/raze