1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-18 18:56:11 +00:00

EPUBs created on Windows are now valid ePub 2.0

This commit is contained in:
Paweł Jastrzębski
2013-06-25 16:32:50 +02:00
parent 576ee17c4d
commit 25f00db9cf
2 changed files with 12 additions and 10 deletions
+2 -1
View File
@@ -422,7 +422,8 @@ class Ui_KCC(object):
if "Amazon kindlegen" in line:
versionCheck = line.split('V')[1].split(' ')[0]
if tuple(map(int, (versionCheck.split(".")))) < tuple(map(int, ('2.9'.split(".")))):
self.addMessage('Your kindlegen is outdated! Creating MOBI might fail, please update kindlegen from Amazon\'s website.', 'warning')
self.addMessage('Your kindlegen is outdated! Creating MOBI might fail.'
' Please update kindlegen from Amazon\'s website.', 'warning')
break
else:
self.KindleGen = False