Skip to content

Commit

Permalink
Updates GUI text for new Homebrew version
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Mar 27, 2023
1 parent 576e5e1 commit ad63f05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kindlecomicconverter/KCC_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,9 @@ def detectKindleGen(self, startup=False):
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/">Homebrew</a>: <i>brew install --cask kindle-c'
'omic-creator</i>', 'error')
self.addMessage('Install it using <a href="http://brew.sh/">Homebrew</a>: '
'<i>brew install --cask kindle-comic-creator</i> or '
'<i>brew install --cask kindle-previewer</i>', 'error')
else:
self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')

Expand Down

0 comments on commit ad63f05

Please sign in to comment.