Skip to content

ue4cli caches files inside of config directory #72

@sleeptightAnsiC

Description

@sleeptightAnsiC

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions