From ac9f3a5d873cab16584a5ff6206d9199f3c39a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 16 Sep 2015 10:22:53 +0200 Subject: [PATCH] KindleGen detection tweak --- kcc/KCC_gui.py | 2 ++ 1 file changed, 2 insertions(+) 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): 'KindleGen! 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 Brew.', 'error') else: self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')