mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +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',
|
||||
CFBundleDocumentTypes=[
|
||||
dict(
|
||||
CFBundleTypeExtensions=['.cbz', '.cbr', '.cb7', '.zip', '.rar', '.7z', '.pdf'],
|
||||
CFBundleTypeExtensions=['cbz', 'cbr', 'cb7', 'zip', 'rar', '7z', 'pdf'],
|
||||
CFBundleTypeIconFile='comic2ebook.icns',
|
||||
CFBundleTypeRole='Viewer',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user