partially add config.file['paths']['images'] (mostly taken from c5c8104a60)

Co-authored-by: jld3103 <jld3103yt@gmail.com>
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
InsanePrawn 2021-10-25 17:42:31 +02:00
parent 9258cbf76d
commit ee4f899254
4 changed files with 13 additions and 7 deletions

View file

@ -44,6 +44,7 @@ CONFIG_DEFAULTS = {
'packages': os.path.join('%cache_dir%', 'packages'),
'pkgbuilds': os.path.join('%cache_dir%', 'pkgbuilds'),
'jumpdrive': os.path.join('%cache_dir%', 'jumpdrive'),
'images': os.path.join('%cache_dir%', 'images'),
},
'profiles': {
'current': 'default',