- Changed unix config directory from ~/.zdoom to ~/.config/zdoom to comply with Ubuntu Software Centre guidelines.
SVN r3797 (trunk)
This commit is contained in:
parent
0aee56be15
commit
67f64081d0
3 changed files with 36 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue