mirror of
https://github.com/ciromattia/kcc
synced 2026-07-29 16:13:19 +00:00
Updates GUI text for new Homebrew version
This commit is contained in:
@@ -899,8 +899,9 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
|||||||
if sys.platform.startswith('win'):
|
if sys.platform.startswith('win'):
|
||||||
self.addMessage('Download it and place EXE in KCC directory.', 'error')
|
self.addMessage('Download it and place EXE in KCC directory.', 'error')
|
||||||
elif sys.platform.startswith('darwin'):
|
elif sys.platform.startswith('darwin'):
|
||||||
self.addMessage('Install it using <a href="http://brew.sh/">Homebrew</a>: <i>brew install --cask kindle-c'
|
self.addMessage('Install it using <a href="http://brew.sh/">Homebrew</a>: '
|
||||||
'omic-creator</i>', 'error')
|
'<i>brew install --cask kindle-comic-creator</i> or '
|
||||||
|
'<i>brew install --cask kindle-previewer</i>', 'error')
|
||||||
else:
|
else:
|
||||||
self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')
|
self.addMessage('Download it and place executable in /usr/local/bin directory.', 'error')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user