Skip to content

Commit d65bdf9

Browse files
committed
packaging
1 parent 112b77a commit d65bdf9

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

packaging/macos.spec

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ exe = EXE(
4444
),
4545
)
4646

47-
coll = COLLECT(
47+
app = BUNDLE(
4848
exe,
49-
a.binaries,
50-
a.datas,
51-
strip=False,
52-
upx=True,
53-
upx_exclude=[],
54-
name='CodeShuffler',
49+
name='CodeShuffler.app',
50+
icon=os.path.join(
51+
repo_root,
52+
'codeshuffler/gui/icons/codeshuffler-icon.icns',
53+
),
54+
bundle_identifier="com.codeshuffler.app",
5555
)
56+

0 commit comments

Comments
 (0)