mirror of
https://github.com/ciromattia/kcc
synced 2025-12-17 19:51:45 +00:00
OSX: Say NO for dots
This commit is contained in:
2
setup.py
2
setup.py
@@ -34,7 +34,7 @@ if platform == "darwin":
|
|||||||
CFBundleSignature='dplt',
|
CFBundleSignature='dplt',
|
||||||
CFBundleDocumentTypes=[
|
CFBundleDocumentTypes=[
|
||||||
dict(
|
dict(
|
||||||
CFBundleTypeExtensions=['.cbz', '.cbr', '.cb7', '.zip', '.rar', '.7z', '.pdf'],
|
CFBundleTypeExtensions=['cbz', 'cbr', 'cb7', 'zip', 'rar', '7z', 'pdf'],
|
||||||
CFBundleTypeIconFile='comic2ebook.icns',
|
CFBundleTypeIconFile='comic2ebook.icns',
|
||||||
CFBundleTypeRole='Viewer',
|
CFBundleTypeRole='Viewer',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user