We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4a59e commit 56a4ecbCopy full SHA for 56a4ecb
scripts/package.py
@@ -47,9 +47,3 @@
47
# Save config with executable
48
copy(os.path.join("src", "main", CONFIG_FILE_NAME),
49
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