diff --git a/vollerei/paths.py b/vollerei/paths.py index 2e7afd2..d3b93eb 100644 --- a/vollerei/paths.py +++ b/vollerei/paths.py @@ -9,8 +9,8 @@ class Paths: """ base_paths = PlatformDirs("vollerei", "tretrauit", roaming=True) - cache_path = base_paths.site_cache_path - data_path = base_paths.site_data_path + cache_path = base_paths.user_cache_path + data_path = base_paths.user_data_path tools_data_path = data_path.joinpath("tools") tools_cache_path = cache_path.joinpath("tools") launcher_cache_path = cache_path.joinpath("launcher")