Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ue4cli caches files inside of config directory #72

Open
sleeptightAnsiC opened this issue May 10, 2024 · 0 comments
Open

ue4cli caches files inside of config directory #72

sleeptightAnsiC opened this issue May 10, 2024 · 0 comments

Comments

@sleeptightAnsiC
Copy link
Contributor

sleeptightAnsiC commented May 10, 2024

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:

@staticmethod
def _cacheDir():
return os.path.join(ConfigurationManager.getConfigDirectory(), 'cache')

Would be nice to fix this. Maybe not exactly for ue4cli but for its successor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant