mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1856720 [Calibre activates discrete gpu on MacBook Pro](https://bugs.launchpad.net/calibre/+bug/1856720)
This commit is contained in:
parent
362597ac87
commit
e082b67a6e
@ -427,6 +427,7 @@ class Freeze(object):
|
|||||||
LSMinimumSystemVersion='10.14.0',
|
LSMinimumSystemVersion='10.14.0',
|
||||||
LSRequiresNativeExecution=True,
|
LSRequiresNativeExecution=True,
|
||||||
NSAppleScriptEnabled=False,
|
NSAppleScriptEnabled=False,
|
||||||
|
NSSupportsAutomaticGraphicsSwitching=True,
|
||||||
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
|
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
|
||||||
CFBundleGetInfoString=('calibre, an E-book management '
|
CFBundleGetInfoString=('calibre, an E-book management '
|
||||||
'application. Visit https://calibre-ebook.com for details.'),
|
'application. Visit https://calibre-ebook.com for details.'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user