Fix bug in fix_file_associations()
This commit is contained in:
parent
07155c9f0e
commit
da74063d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -980,7 +980,7 @@ def delete_registry_null_keys():
|
|||
|
||||
def fix_file_associations():
|
||||
"""Fix file associations via registry edits."""
|
||||
winaio_path = get_tool_path('WinAIORepair', 'Repair_Windows').parent
|
||||
winaio_path = get_tool_path('WinRepairAIO', 'Repair_Windows').parent
|
||||
winaio_path = winaio_path.joinpath(
|
||||
f'Files/regfiles/file_associations/{OS_VERSION}',
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue