Skip to content

Commit

Permalink
Try onefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Jun 3, 2024
1 parent df40ed6 commit 7ec815b
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions build_macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
exclude_binaries=True,
name='quantifish',
debug=True,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
Expand All @@ -33,17 +36,9 @@ exe = EXE(
entitlements_file='./entitlements.plist',
icon=['resources/QFIcon.icns'],
)
coll = COLLECT(
exe,
a.binaries,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='QuantiFish',
)

app = BUNDLE(
coll,
exe,
name='QuantiFish.app',
icon='resources/QFIcon.icns',
info_plist={
Expand Down

0 comments on commit 7ec815b

Please sign in to comment.