Skip to content

Commit

Permalink
macos use pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Oct 30, 2024
1 parent 68cf750 commit 1df8c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1df8c81

Please sign in to comment.