Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 180933b

Browse files
Fixed little typo in the build process
1 parent 54b24d0 commit 180933b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
description = mathscript.product_description,
4646
options = {'build_exe': build_options},
4747
executables = executables)
48-
make_archive(f'dist/{mathscript.product_name.lower()}_{platform.system().lower().replace('darwin', 'macos')}', 'zip', f'dist/exe.{sysconfig.get_platform()}-{sysconfig.get_python_version()}')
48+
make_archive(f'build/{mathscript.product_name.lower()}_{platform.system().lower().replace('darwin', 'macos')}', 'zip', f'build/exe.{sysconfig.get_platform()}-{sysconfig.get_python_version()}')
4949
finally:
5050
with open('shell.py', 'w') as f:
5151
f.write(original_content)

0 commit comments

Comments
 (0)