1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-04 20:15:39 +00:00

Fixed KindleGen detection on macOS

This commit is contained in:
Paweł Jastrzębski
2019-10-21 13:44:49 +02:00
parent 5f5157c1d4
commit 6ce0f76fe0
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -858,7 +858,8 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
if sys.platform.startswith('win'):
self.addMessage('Download it and place EXE in KCC directory.', 'error')
elif sys.platform.startswith('darwin'):
self.addMessage('Install it using <a href="http://brew.sh/">Brew</a>.', 'error')
self.addMessage('Install it using <a href="http://brew.sh/">Brew</a>: <i>brew cask install kindle-c'
'omic-creator</i>', 'error')
else:
self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')