diff --git a/pyproject.toml b/pyproject.toml index 1a62bb313..31905905e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ package = [ "setuptools", "cx-freeze; sys_platform == 'win32'", "pywin32; sys_platform == 'win32'", - "pyinstaller; sys_platform == 'win32'", + "pyinstaller; sys_platform == 'darwin'", "doit", ]