diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-10 17:17:32 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-10 17:17:32 +0200 |
commit | 9e402897c5d1d115465c31d99ece47d0802cb1ea (patch) | |
tree | c024d35d06e0be8123d7d8b2b53dcda524d7e9e6 | |
parent | OSX: File association (diff) | |
download | kcc-9e402897c5d1d115465c31d99ece47d0802cb1ea.tar.gz kcc-9e402897c5d1d115465c31d99ece47d0802cb1ea.tar.bz2 kcc-9e402897c5d1d115465c31d99ece47d0802cb1ea.zip |
OSX: Say NO for dots
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', ) |