- Changed unix config directory from ~/.zdoom to ~/.config/zdoom to comply with Ubuntu Software Centre guidelines.

SVN r3797 (trunk)
This commit is contained in:
Braden Obrzut 2012-07-30 09:31:04 +00:00
commit 67f64081d0
3 changed files with 36 additions and 4 deletions

View file

@ -1088,7 +1088,7 @@ static FString GetCachePath()
path += "/zdoom/cache";
#else
// Don't use GAME_DIR and such so that ZDoom and its child ports can share the node cache.
path = NicePath("~/.zdoom/cache");
path = NicePath("~/.config/zdoom/cache");
#endif
return path;
}