Skip to content

Commit

Permalink
Merge pull request #513 from axu2/patch-3
Browse files Browse the repository at this point in the history
add 7z to PATH
  • Loading branch information
darodi authored May 13, 2023
2 parents 7c4fdf9 + b4ec0b4 commit 611ee31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion kindlecomicconverter/KCC_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ def __init__(self, kccapp, kccwindow):
self.sevenzip = True
else:
self.sevenzip = False
self.addMessage('Cannot find <a href="http://www.7-zip.org/download.html">7z</a>!'
self.addMessage('Add <a href="http://www.7-zip.org/download.html">7z</a> to PATH!'
' Processing of archives will be disabled.', 'warning')
self.detectKindleGen(True)

Expand Down

0 comments on commit 611ee31

Please sign in to comment.