Skip to content

Commit

Permalink
Fix for mac executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Renoy John Marattukalam committed Apr 29, 2024
1 parent 71d36c3 commit ead0058
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tabcmd-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exe = EXE(
a.zipfiles,
a.datas,
[],
name='tabcmd.app',
name='tabcmd',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand All @@ -41,11 +41,12 @@ exe = EXE(
console=True,
codesign_identity=None,
version='program_metadata.txt',
windowed=True
)

app = BUNDLE(
exe,
name = 'tabcmd-app',
name = 'tabcmd.app',
icon='res/tabcmd.icns',
bundle_identifier = None,
)

0 comments on commit ead0058

Please sign in to comment.