Skip to content

Commit 56a4ecb

Browse files
committed
NOGH: General cleanup. This zip is not used.
1 parent fd4a59e commit 56a4ecb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/package.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,3 @@
4747
# Save config with executable
4848
copy(os.path.join("src", "main", CONFIG_FILE_NAME),
4949
os.path.join(EXE_FILE_FOLDER, CONFIG_FILE_NAME))
50-
51-
# Output a zip file with the configuration file + executable
52-
# in the current working directory
53-
zip_file_name = OS_ALIAS.capitalize()
54-
shutil.make_archive(zip_file_name, 'zip', EXE_FILE_FOLDER)
55-
print(f"Wrote zip file: {zip_file_name}")

0 commit comments

Comments
 (0)