Quote:
Originally Posted by rkomar
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.