Skip to content

Commit

Permalink
bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Mar 7, 2024
1 parent 124f2e3 commit 813b560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
arcname = os.path.relpath(filepath, start=repo)
zipf.write(filepath, arcname)

template_json_path = os.path.join(folder, "template.json")
template_json_path = os.path.join(full_folder_path, "template.json")
template_data = {"name": folder, "zip": f"./{folder}.zip"}
if os.path.exists(template_json_path):
with open(template_json_path, 'r') as f:
Expand Down

0 comments on commit 813b560

Please sign in to comment.