From dfd15ab572fb4044f0db06455226d5c6c7325c73 Mon Sep 17 00:00:00 2001 From: darodi <4682830+darodi@users.noreply.github.com> Date: Tue, 28 Mar 2023 00:45:07 +0200 Subject: [PATCH] Updates GUI text for new Homebrew version --- kindlecomicconverter/KCC_gui.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index 9a18681..affeaef 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -899,8 +899,9 @@ 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 Homebrew: brew install --cask kindle-c' - 'omic-creator', 'error') + self.addMessage('Install it using Homebrew: ' + 'brew install --cask kindle-comic-creator or ' + 'brew install --cask kindle-previewer', 'error') else: self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')