Quote:
Originally Posted by st_albert
...At the time, I just wrote a script file to handle it so I wouldn't have to think about it. Now, I've lost the script file.
|
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