diff --git a/src/utils/resources.py b/src/utils/resources.py index b5d9f7e1b..c1f896841 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -623,7 +623,7 @@ class InstalldirAppResource(AppResource): ) shutil.move(current_install_dir, self.dir) else: - mkdir(self.dir) + mkdir(self.dir, parents=True) owner, owner_perm = self.owner.split(":") group, group_perm = self.group.split(":")