Quote:
Originally Posted by pdurrant
You need to use two zip commands. One to add the mimetype, uncompressed, and then one to add the other files.
zip -X0 <quoted form of ePubFilePath> mimetype
zip -rDX9 <quoted form of ePubFilePath> * -x "*.DS_Store" -x mimetype
|
Huge thanks!

I hadn't realized how the zip command works: Once I set-up the working directory with
cd everything goes fine