1
0
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:
Paweł Jastrzębski
2013-10-10 17:17:32 +02:00
parent cbf87df551
commit 9e402897c5

View File

@@ -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',
)