mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
OSX: File association
This commit is contained in:
7
setup.py
7
setup.py
@@ -32,6 +32,13 @@ if platform == "darwin":
|
||||
CFBundleExecutable=NAME,
|
||||
CFBundleIdentifier='com.github.ciromattia.kcc',
|
||||
CFBundleSignature='dplt',
|
||||
CFBundleDocumentTypes=[
|
||||
dict(
|
||||
CFBundleTypeExtensions=['.cbz', '.cbr', '.cb7', '.zip', '.rar', '.7z', '.pdf'],
|
||||
CFBundleTypeIconFile='comic2ebook.icns',
|
||||
CFBundleTypeRole='Viewer',
|
||||
)
|
||||
],
|
||||
NSHumanReadableCopyright='ISC License (ISCL)'
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user