Skip to content

Commit

Permalink
Update builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Dec 13, 2022
1 parent fdb682c commit decb3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
os.chdir(os.path.dirname(os.path.realpath(__file__))) # Ensure we're in builder.py's directory.
os.chdir("..") # Then come up one level.

with open("package.json") as f:
with open("src/package.json") as f:
version = json.load(f)["version"]

for key, value in zips.items():
Expand Down

0 comments on commit decb3aa

Please sign in to comment.