mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Try updated main.spec for macOS
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user