diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-07 12:14:03 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-07 12:14:03 +0100 |
commit | 33cfd92cefe64fcaadd94a3e481ca81e0812e011 (patch) | |
tree | c1cbac25d16256e1a302fd8426db984653b05e41 /setup.py | |
parent | Updated Inno Setup script (diff) | |
download | kcc-33cfd92cefe64fcaadd94a3e481ca81e0812e011.tar.gz kcc-33cfd92cefe64fcaadd94a3e481ca81e0812e011.tar.bz2 kcc-33cfd92cefe64fcaadd94a3e481ca81e0812e011.zip |
Remove 10.8 limit
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py index f483442..ae8c8a6 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ if platform == "darwin": excludes=['PyQt4.QtDeclarative', 'PyQt4.QtDesigner', 'PyQt4.QtHelp', 'PyQt4.QtMultimedia', 'PyQt4.QtOpenGL', 'PyQt4.QtScript', 'PyQt4.QtScriptTools', 'PyQt4.QtSql', 'PyQt4.QtSvg', 'PyQt4.QtXmlPatterns', 'PyQt4.QtXml', 'PyQt4.QtWebKit', 'PyQt4.QtTest', 'Tkinter'], - resources=['LICENSE.txt', 'other/Additional-LICENSE.txt'], + resources=['LICENSE.txt', 'other/Additional-LICENSE.txt', 'other/unrar'], plist=dict( CFBundleName=NAME, CFBundleShortVersionString=VERSION, @@ -42,7 +42,6 @@ if platform == "darwin": CFBundleTypeRole='Viewer', ) ], - LSMinimumSystemVersion='10.8.0', NSHumanReadableCopyright='ISC License (ISCL)' ) ) |