mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 02:36:44 +00:00
add 7z wiki link (#543)
This commit is contained in:
@@ -87,8 +87,6 @@ $ sudo apt-get install qt5dxcb-plugin
|
|||||||
- CB7, 7Z *(With `7z` executable)*
|
- CB7, 7Z *(With `7z` executable)*
|
||||||
- PDF *(Only extracting JPG images)*
|
- PDF *(Only extracting JPG images)*
|
||||||
|
|
||||||
Add 7z to PATH via `setx path "%path%;C:\Program Files\7-Zip"`
|
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
Should be pretty self-explanatory. All options have detailed information in tooltips.
|
Should be pretty self-explanatory. All options have detailed information in tooltips.
|
||||||
|
|||||||
@@ -1045,7 +1045,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
|||||||
self.sevenzip = True
|
self.sevenzip = True
|
||||||
else:
|
else:
|
||||||
self.sevenzip = False
|
self.sevenzip = False
|
||||||
self.addMessage('Install <a href="https://www.7-zip.org/">7-Zip</a> and add 7z to PATH!'
|
self.addMessage('<a href="https://github.com/ciromattia/kcc/wiki/Installation#7-zip">Install 7z and add to PATH!</a>!'
|
||||||
' CBZ/CBR/ZIP/etc processing disabled.', 'warning')
|
' CBZ/CBR/ZIP/etc processing disabled.', 'warning')
|
||||||
self.detectKindleGen(True)
|
self.detectKindleGen(True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user