Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
update chinese-addons for candidate actions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored May 28, 2024
1 parent cb3f6ac commit b5407c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate-descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit b5407c0

Please sign in to comment.