mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
prioritize KC2 over KP3 kindlegen version (#574)
* prioritize KC2 over KP3 * remove link to buggy KP3 kindlegen * prioritize KC2 since KP3 version is buggy as of v3.72 * add kindlegen install link * update comments
This commit is contained in:
@@ -751,18 +751,10 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
||||
self.worker.start()
|
||||
|
||||
def display_kindlegen_missing(self):
|
||||
self.addMessage('Cannot find <b>KindleGen</b> from '
|
||||
'<a href="https://www.amazon.com/b?node=23496309011"><b>Kindle Comic Creator</b></a> or '
|
||||
'<a href="https://www.amazon.com/Kindle-Previewer/b?ie=UTF8&node=21381691011">'
|
||||
'<b>Kindle Previewer</b></a>! MOBI conversion is unavailable!', 'error')
|
||||
if sys.platform.startswith('win'):
|
||||
self.addMessage('Download it and place EXE in KCC directory.', 'error')
|
||||
elif sys.platform.startswith('darwin'):
|
||||
self.addMessage('<a href="https://github.com/ciromattia/kcc/wiki/Installation#kindlegen">'
|
||||
'Install the kindle-comic-creator cask using Homebrew</a> to enable MOBI conversion',
|
||||
'error')
|
||||
else:
|
||||
self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')
|
||||
self.addMessage(
|
||||
'<a href="https://github.com/ciromattia/kcc/wiki/Installation#kindlegen"><b>Cannot find KindleGen</b></a>: MOBI conversion is unavailable!',
|
||||
'error'
|
||||
)
|
||||
|
||||
def saveSettings(self, event):
|
||||
if self.conversionAlive:
|
||||
|
||||
Reference in New Issue
Block a user