From 1fdc1610f58860f2c56502d43c2ffd08b4012538 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Mon, 5 Sep 2022 18:13:03 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7319ccb..0c470ed 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,19 @@ It can convert comics to different formats to fit your various devices. ### Download - - [Windows](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.zip) - - [Linux](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.tar.gz) + - [Windows](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.0.zip) + - [Linux](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.0.tar.gz) ### Using cbconvert in file managers to generate FreeDesktop thumbnails Copy cbconvert cli binary to your PATH and create file ~/.local/share/thumbnailers/cbconvert.thumbnailer : -    -    [Thumbnailer Entry] -    TryExec=cbconvert -    Exec=cbconvert thumbnail --quiet --width %s --outfile %o %i -    MimeType=application/pdf;application/x-pdf;image/pdf;application/x-cbz;application/x-cbr;application/x-cb7;application/x-cbt;application/epub+zip; + +``` +[Thumbnailer Entry] +TryExec=cbconvert +Exec=cbconvert thumbnail --quiet --width %s --outfile %o %i +MimeType=application/pdf;application/x-pdf;image/pdf;application/x-cbz;application/x-cbr;application/x-cb7;application/x-cbt;application/epub+zip; +``` This is what it looks like in the PCManFM file manager: