mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 20:03:06 +02:00
GwR wip tweak_epub
This commit is contained in:
parent
58fa93c903
commit
cec2f873cb
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ def rebuild(self):
|
|||
# Write mimetype
|
||||
zf.write(os.path.join(self._exploded,'mimetype'), 'mimetype', compress_type=ZIP_STORED)
|
||||
# Write everything else
|
||||
exclude_files = ['.DS_Store','mimetype','iTunesMetadata.plist']
|
||||
exclude_files = ['.DS_Store','mimetype','iTunesMetadata.plist','rebuilt.epub']
|
||||
for root, dirs, files in os.walk(self._exploded):
|
||||
for fn in files:
|
||||
if fn in exclude_files:
|
||||
|
|
|
|||
Loading…
Reference in a new issue