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 ac180e3 commit b9fb539
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 @@ -38,6 +38,6 @@
os.mkdir('./dist/')

shutil.make_archive(
f"./dist/node-rlbot-{latest_lts['version']}-{latest_lts['lts']}.zip", 'zip', './build/')
f"./dist/node-rlbot-{latest_lts['version']}-{latest_lts['lts']}", 'zip', './build/')

shutil.rmtree('./build/')

0 comments on commit b9fb539

Please sign in to comment.