chore: change default path to user
So we can use it on Linux
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user