View Single Post
Old 11-23-2010, 07:46 PM   #9
sueneu
eBook Designer
sueneu began at the beginning.
 
sueneu's Avatar
 
Posts: 26
Karma: 10
Join Date: Jun 2010
Location: New Jersey
Device: ipad, nook, kindle
Thanks, MacDafydd, pholy, this pointed me in the right direction(s). I had the same "container.xml resource is missing" error.
Using MacDafydd's terminal code left me with the .DS_Store file in the EPUB package, so this worked for me:

zip -q0X Filename.epub mimetype
zip -qXr9D Filename.epub META-INF OEBPS -x \*.DS_Store
sueneu is offline   Reply With Quote