Addon Manager: Correct macro installation location

This commit is contained in:
Chris Hennes
2021-12-21 14:47:46 -06:00
parent 427fe5d1e1
commit b371487224
2 changed files with 2 additions and 2 deletions

View File

@@ -1584,7 +1584,7 @@ class UpdateSingleWorker(QtCore.QThread):
install_succeeded, errors = repo.macro.install(cache_path)
if install_succeeded:
install_succeeded, errors = repo.macro.install(FreeCAD.getUserMacroDir())
install_succeeded, errors = repo.macro.install(FreeCAD.getUserMacroDir(True))
if install_succeeded:
self.success.emit(repo)