mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-06 11:24:31 +01:00
Add application category (Utilities)
OS X's View by Category requires LSApplicationCategoryType otherwise it sorts out to "Other" at the bottom.
This commit is contained in:
parent
39e03a4732
commit
d9149a2ee8
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ def create_plist(self):
|
|||
CFBundleIconFile='library.icns',
|
||||
LSMultipleInstancesProhibited=True,
|
||||
NSHighResolutionCapable=True,
|
||||
LSApplicationCategoryType='public.app-category.utilities',
|
||||
LSEnvironment=env
|
||||
)
|
||||
plistlib.writePlist(pl, join(self.contents_dir, 'Info.plist'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue