From 1a5ef13f9c3fe8af84afe2f892726d5ad5b881dc Mon Sep 17 00:00:00 2001 From: IamEld3st Date: Tue, 7 Apr 2020 16:59:39 +0200 Subject: [PATCH] Update build.py --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 00353a8..5bbacc0 100644 --- a/build.py +++ b/build.py @@ -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: