Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IamEld3st committed Apr 7, 2020
1 parent 9c6f59b commit 1a5ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
if not os.path.exists('./dist/'):
os.mkdir('./dist/')

with ZipFile(f"node-rlbot-{latest_lts['version']}-{latest_lts['lts']}}.zip", 'w') as zipObj:
with ZipFile(f"./dist/node-rlbot-{latest_lts['version']}-{latest_lts['lts']}.zip", 'w') as zipObj:
# Iterate over all the files in directory
for folderName, subfolders, filenames in os.walk('./build/'):
for filename in filenames:
Expand Down

0 comments on commit 1a5ef13

Please sign in to comment.