Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Update JNote.spec and Add icns For Mac [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-I-J committed Dec 1, 2020
1 parent 4168ca6 commit 48e1c94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
19 changes: 9 additions & 10 deletions JNote.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,18 @@ exe = EXE(pyz,
strip=False,
upx=False,
console=False, icon="icons/favicon.ico")
coll = COLLECT(exe,

if platform == "darwin":
app = BUNDLE(exe,
name='JNote.app',
icon="icons/favicon.icns",
bundle_identifier=None)
else:
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=False,
upx_exclude=[],
name='JNote')

app = 0

if platform == "darwin":
app = BUNDLE(exe,
name='JNote.app',
icon="icons/favicon.ico",
bundle_identifier=None)
name='JNote')
Binary file added icons/favicon.icns
Binary file not shown.
1 change: 1 addition & 0 deletions jnote.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"forcex",
"hiddenimports",
"hookspath",
"icns",
"jnote",
"maxdepth",
"myfile",
Expand Down

0 comments on commit 48e1c94

Please sign in to comment.