Quote:
Originally Posted by salty-horse
Using unix tools, go to the directory where you unzipped the ePub and use these commands to re-create the ePub file.
zip -v0X perdido-fixed.epub mimetype
zip -vr perdido-fixed.epub * -x target.epub mimetype
|
The single command
Code:
zip -vur perdido-fixed.epub mimetype *
works too. See
Explode and Implode an ePub?, which was provoked by your very informative post.