Fix #1856720 [Calibre activates discrete gpu on MacBook Pro](https://bugs.launchpad.net/calibre/+bug/1856720)

This commit is contained in:
Kovid Goyal 2019-12-17 20:56:08 +05:30
parent 362597ac87
commit e082b67a6e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -427,6 +427,7 @@ class Freeze(object):
LSMinimumSystemVersion='10.14.0',
LSRequiresNativeExecution=True,
NSAppleScriptEnabled=False,
NSSupportsAutomaticGraphicsSwitching=True,
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
CFBundleGetInfoString=('calibre, an E-book management '
'application. Visit https://calibre-ebook.com for details.'),