From 75198c9012a2a0706c560b3aa9cb1e6ec27d96d7 Mon Sep 17 00:00:00 2001 From: dreamer Date: Mon, 23 Sep 2024 18:23:49 +0200 Subject: [PATCH] switch macOS to x86_64 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 594a3c1..cff6ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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, arch = "universal2" } +Heavy = { source = "hvcc/__init__.py", type = "onefile", bundle = true, arch = "x86_64" } [build-system] requires = ["poetry-core"]