This commit is contained in:
Kovid Goyal 2014-04-01 08:13:29 +05:30
commit 26fd1f8803

View file

@ -357,6 +357,7 @@ def create_plist(self):
CFBundleIconFile='library.icns',
LSMultipleInstancesProhibited=True,
NSHighResolutionCapable=True,
LSApplicationCategoryType='public.app-category.productivity',
LSEnvironment=env
)
plistlib.writePlist(pl, join(self.contents_dir, 'Info.plist'))