commit f1df9088d8def50febfe3af2597a94c027348879 parent 0111392b61688a56944497a2670d397ca1a34edb Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Wed, 8 Jul 2026 20:56:46 +0200 Fix open epubs Diffstat:
| M | scripts/open-file | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/open-file b/scripts/open-file @@ -37,7 +37,8 @@ openfile() { audio/*) prog="$music" ;; - application/pdf | application/postscript | image/vnd.djvu) + application/pdf | application/postscript | \ + image/vnd.djvu | application/epub*) prog="$pdf" ;; image/*)