config: renamed paths
This commit is contained in:
parent
04cce26ca0
commit
d9662cc0d1
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ CONFIG_DEFAULTS = {
|
||||||
},
|
},
|
||||||
'paths': {
|
'paths': {
|
||||||
'chroots': os.path.join(appdirs.user_cache_dir('kupfer'), 'chroots'),
|
'chroots': os.path.join(appdirs.user_cache_dir('kupfer'), 'chroots'),
|
||||||
'pacman_cache': os.path.join(appdirs.user_cache_dir('kupfer'), 'pacman'),
|
'pacman': os.path.join(appdirs.user_cache_dir('kupfer'), 'pacman'),
|
||||||
'jumpdrive_cache': os.path.join(appdirs.user_cache_dir('kupfer'), 'jumpdrive')
|
'jumpdrive': os.path.join(appdirs.user_cache_dir('kupfer'), 'jumpdrive')
|
||||||
},
|
},
|
||||||
'profiles': {
|
'profiles': {
|
||||||
'default': deepcopy(PROFILE_DEFAULTS)
|
'default': deepcopy(PROFILE_DEFAULTS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue