View Single Post
Old 08-22-2022, 10:12 AM   #19
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 83,027
Karma: 153235221
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by rkomar View Post
It takes two steps: first, add the uncompressed mimetype file to a new zip file, then add the rest of the files in compressed format to that zip file (omitting the mimetype file). Something like:

Code:
zip my-epub-file -0 mimetype
zip -r my-epub-file * -x mimetype
Or just load the ePub into Calibre's editor or Sigil and save and it should be fixed.
JSWolf is offline   Reply With Quote