You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a little annoyance. Cache files should NOT be stored in config directory.
On Linux for example configs should be inside of ~/.config and cache inside of ~/.local or ~/.cache.
This rule is similar across all platforms pretty much.
Currently everything goes to the same config directory which is undesired:
This is just a little annoyance. Cache files should NOT be stored in config directory.
On Linux for example configs should be inside of
~/.config
and cache inside of~/.local
or~/.cache
.This rule is similar across all platforms pretty much.
Currently everything goes to the same config directory which is undesired:
ue4cli/ue4cli/CachedDataManager.py
Lines 36 to 38 in fed71c1
Would be nice to fix this. Maybe not exactly for ue4cli but for its successor.
The text was updated successfully, but these errors were encountered: