Fix run_adwcleaner()
This commit is contained in:
parent
dc52eba172
commit
8075dfe45c
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ def delete_registry_null_keys():
|
|||
|
||||
def run_adwcleaner():
|
||||
"""Run AdwCleaner."""
|
||||
settings_path = get_tool_path('AdwCleaner', 'AdwCleaner')
|
||||
settings_path = get_tool_path('AdwCleaner', 'AdwCleaner', check=False)
|
||||
settings_path = settings_path.with_name('settings')
|
||||
out_path = get_path_obj(f'{SYSTEMDRIVE}/AdwCleaner/settings')
|
||||
out_path.parent.mkdir(exist_ok=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue