From 62d1c7c488975b9eb1a93b19f86d1b0adc4dc783 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 12 Jun 2023 13:16:26 -0700 Subject: [PATCH] add 7z wiki link (#543) --- README.md | 2 -- kindlecomicconverter/KCC_gui.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index edfa464..e71c38b 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,6 @@ $ 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 a2e92f8..e239277 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -1045,7 +1045,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): self.sevenzip = True else: self.sevenzip = False - self.addMessage('Install 7-Zip and add 7z to PATH!' + self.addMessage('Install 7z and add to PATH!!' ' CBZ/CBR/ZIP/etc processing disabled.', 'warning') self.detectKindleGen(True)