about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2015-09-16 10:22:53 +0200
committerPaweł Jastrzębski <[email protected]>2015-09-16 10:22:53 +0200
commitac9f3a5d873cab16584a5ff6206d9199f3c39a22 (patch)
treefbc31fe8c3ec5e87214e32ef7eff342a6f881e3f
parentAllow older PyQT (diff)
downloadkcc-ac9f3a5d873cab16584a5ff6206d9199f3c39a22.tar.gz
kcc-ac9f3a5d873cab16584a5ff6206d9199f3c39a22.tar.bz2
kcc-ac9f3a5d873cab16584a5ff6206d9199f3c39a22.zip
KindleGen detection tweak
-rw-r--r--kcc/KCC_gui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py
index 45e5ba7..5a837f7 100644
--- a/kcc/KCC_gui.py
+++ b/kcc/KCC_gui.py
@@ -1127,6 +1127,8 @@ class KCCGUI(KCC_ui.Ui_KCC):
                                 '<b>KindleGen</b></a>! MOBI conversion will be 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('Install it using <a href="http://brew.sh/">Brew</a>.', 'error')
                 else:
                     self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')