Skip to content

Commit

Permalink
fix(packaging): .spec file on macOS makes now bundles that work
Browse files Browse the repository at this point in the history
- tested on m1 arch with macOS 14.7.2
  • Loading branch information
ibressler committed Feb 13, 2025
1 parent c143861 commit e4c019c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions LiveFT.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
*(([]) if system().startswith("Darwin") else (a.binaries, a.datas, [])),
exclude_binaries=system().startswith("Darwin"), # has to be False for Windows, it seems
name='LiveFT',
debug=False,
Expand Down

0 comments on commit e4c019c

Please sign in to comment.