Skip to content

Commit

Permalink
add arch value for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Sep 21, 2024
1 parent a781840 commit 9b7097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = { "hvcc/generators" = "hvcc/generators", "hvcc/core" = "hvcc/core", "h


[tool.poetry-pyinstaller-plugin.scripts]
Heavy = { source = "hvcc/__init__.py", type = "onefile", bundle = true}
Heavy = { source = "hvcc/__init__.py", type = "onefile", bundle = true, arch = "universal2" }

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 9b7097c

Please sign in to comment.