From 1df8c814c6eaa734a57ec300d9f81635bd0f968c Mon Sep 17 00:00:00 2001 From: TNTwise Date: Wed, 30 Oct 2024 15:13:29 -0500 Subject: [PATCH] macos use pyinstaller --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 042bcd77..625fdf28 100644 --- a/build.py +++ b/build.py @@ -84,7 +84,7 @@ def install_requirements_in_venv(): def build_executable(): print("Building executable") - if getPlatform() == "win32": + if getPlatform() == "win32" or getPlatform() == "darwin": command = [ python_path(), "-m",