diff --git a/README.md b/README.md index fd52703..c1ed5a3 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ $ sudo apt-get install qt5dxcb-plugin - CB7, 7Z *(With `7z` executable)* - PDF *(Only extracting JPG images)* +Add 7z to PATH via `setx path "%path%;C:\Program Files\7-Zip"` + ## USAGE Should be pretty self-explanatory. All options have detailed information in tooltips. diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index e65030b..ba4f4af 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -1075,7 +1075,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): self.sevenzip = True else: self.sevenzip = False - self.addMessage('Cannot find 7z!' + self.addMessage('Add 7z to PATH!' ' Processing of archives will be disabled.', 'warning') self.detectKindleGen(True)