From e221235367205d783a8a9164119febd911907b6d Mon Sep 17 00:00:00 2001 From: daniel-j Date: Fri, 19 Aug 2016 10:40:08 +0200 Subject: [PATCH] fix for iBooks --- src/FimFic2Epub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FimFic2Epub.js b/src/FimFic2Epub.js index ecc858a..6217faf 100644 --- a/src/FimFic2Epub.js +++ b/src/FimFic2Epub.js @@ -439,7 +439,7 @@ module.exports = class FimFic2Epub { return this.zip .generateNodeStream({ type: 'nodebuffer', - streamFiles: true, + streamFiles: false, mimeType: 'application/epub+zip', compression: 'DEFLATE', compressionOptions: {level: 9}