View Single Post
Old 11-16-2013, 07:16 AM   #24
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Excuse me for necromancy, I've found this article googling and it solved my problem

A more simple way to zip the epub is:

Code:
zip -r -X file.epub mimetype *
or better

Code:
zip -X file.epub mimetype
zip -r file.epub * -x "mimetype"

Last edited by Lucas Malor; 11-16-2013 at 07:25 AM.
Lucas Malor is offline   Reply With Quote