diff --git a/fcitx5-chinese-addons b/fcitx5-chinese-addons index 68699cf..5dd323b 160000 --- a/fcitx5-chinese-addons +++ b/fcitx5-chinese-addons @@ -1 +1 @@ -Subproject commit 68699cf9d6dea82a78ad6d57e93be325eeb89e39 +Subproject commit 5dd323b8ca8fb58f750783b2cd04672e3f779219 diff --git a/generate-descriptor.py b/generate-descriptor.py index 6bda471..eb677f4 100644 --- a/generate-descriptor.py +++ b/generate-descriptor.py @@ -44,5 +44,5 @@ json.dump(descriptor, f) if version: - os.makedirs(f"{cwd}/plugin") + os.makedirs(f"{cwd}/plugin", exist_ok=True) os.system(f"cp {descriptor_path} {cwd}/plugin/{plugin}.json")