Try updated main.spec for macOS

This commit is contained in:
2024-08-23 21:19:07 -05:00
committed by GitHub
parent 78131df096
commit 1b2f005ab9

View File

@@ -49,10 +49,17 @@ if platform.system() == 'Darwin': # macOS
codesign_identity=None,
entitlements_file=None,
)
app = BUNDLE(
coll = COLLECT(
exe,
a.binaries,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='server',
)
app = BUNDLE(
coll,
strip=True,
name=f'{APP_NAME}.app',
icon=None,