From 9e402897c5d1d115465c31d99ece47d0802cb1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Thu, 10 Oct 2013 17:17:32 +0200 Subject: [PATCH] OSX: Say NO for dots --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ff8dd8..050df35 100644 --- a/setup.py +++ b/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', )