- do not force-save the info file outside of it on export (for all format)
- save the info file inside the epub, it was not!
pg.addProgress(pgOut, 1);
}
- BasicOutput out = BasicOutput.getOutput(type, true);
+ BasicOutput out = BasicOutput.getOutput(type, false);
if (out == null) {
throw new IOException("Output type not supported: " + type);
}
if (getInfo(luid) != null) {
delete(luid);
}
+
doSave(story, pg);
clearCache();
File data = new File(tmpDir, "DATA");
data.mkdir();
new InfoText().process(story, data, targetNameOrig);
+ InfoCover.writeInfo(data, targetNameOrig, story.getMeta());
IOUtils.writeSmallFile(data, "version", "3.0");
super.process(story, targetDir, targetNameOrig);