mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[arch] improvement -> new settings property 'aur_remove_build_dir'
This commit is contained in:
@@ -16,7 +16,8 @@ def read_config(update_file: bool = False) -> dict:
|
||||
'repositories_mthread_download': False,
|
||||
'automatch_providers': True,
|
||||
'edit_aur_pkgbuild': False,
|
||||
'aur_build_dir': None}
|
||||
'aur_build_dir': None,
|
||||
'aur_remove_build_dir': True}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user