Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahubuki committed Feb 12, 2024
1 parent a216081 commit 74caaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def makeSnapshotVersionNumber(self):

def build(self, package_path, build_filename):
print("Building...")
os.mkdirs("public", exist_ok=true)
os.makedirs("public", exist_ok=true)
shutil.copyfile("addon\\doc\\ja\\readme.md", "public\\readme.md")
shutil.copytree("public", package_path)
ret = self.runcmd("scons")
Expand Down

0 comments on commit 74caaa1

Please sign in to comment.