mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
MacOS X tweaks
- put version in the app bundle - do not include version in the .app bundle name Closes #19
This commit is contained in:
parent
e0cf0bef43
commit
f08ac4cfe2
1 changed files with 3 additions and 2 deletions
|
|
@ -59,9 +59,10 @@ exe = EXE(
|
|||
if sys.platform == 'darwin':
|
||||
app = BUNDLE(
|
||||
exe,
|
||||
name=f'{appname}.app',
|
||||
name=f'{constants.APPNAME}.app',
|
||||
icon=join('beeref', 'assets', icon),
|
||||
bundle_identifier=None,
|
||||
bundle_identifier='org.beeref.app',
|
||||
version=f'{constants.VERSION}',
|
||||
info_plist={
|
||||
'CFBundleDocumentTypes': [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue