1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

README update + Version bump

This commit is contained in:
Paweł Jastrzębski
2014-01-13 14:03:43 +01:00
parent def9e42a61
commit a38013eabc
10 changed files with 31 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ Usage (Windows):
from sys import platform
NAME = "KindleComicConverter"
VERSION = "3.6.2"
VERSION = "3.7"
MAIN = "kcc.py"
if platform == "darwin":
@@ -44,7 +44,7 @@ if platform == "darwin":
CFBundleTypeRole='Viewer',
)
],
LSMinimumSystemVersion='10.6.0',
LSMinimumSystemVersion='10.8.0',
LSEnvironment=dict(
PATH='/usr/local/bin:/usr/bin:/bin'
),