X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b92b58ba86f08f04b4f0436479d3d73ce0c03f00..a6ee2dd83d3c4d5d2d3e8cb3401734ced2b12c22:/librarian/epub.py diff --git a/librarian/epub.py b/librarian/epub.py index 0f23923..70403fd 100644 --- a/librarian/epub.py +++ b/librarian/epub.py @@ -397,6 +397,7 @@ def transform(provider, slug=None, file_path=None, output_file=None, output_dir= '') zip.write(get_resource('epub/style.css'), os.path.join('OPS', 'style.css')) zip.write(get_resource('res/wl-logo-small.png'), os.path.join('OPS', 'logo_wolnelektury.png')) + zip.write(get_resource('res/jedenprocent.png'), os.path.join('OPS', 'jedenprocent.png')) opf = xslt(metadata, get_resource('epub/xsltContent.xsl')) manifest = opf.find('.//' + OPFNS('manifest'))