From bd772acd2ba6ad976695f8d5acac3ce64c6e6a8e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 23 Sep 2016 17:38:48 +0530 Subject: [PATCH] ... --- imgsrc/render-logo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/imgsrc/render-logo.py b/imgsrc/render-logo.py index 7510e95038..1ebbb36c26 100755 --- a/imgsrc/render-logo.py +++ b/imgsrc/render-logo.py @@ -21,6 +21,7 @@ def render(outpath, sz): render(j(resources, 'images', 'library.png'), 1024) render(j(resources, 'images', 'lt.png'), 256) render(j(resources, 'content-server', 'calibre.png'), 128) +render(j(srv, 'main', 'calibre-paypal-logo.png'), 60) shutil.copy2(j(resources, 'content-server', 'calibre.png'), j(resources, 'content_server', 'calibre.png')) shutil.copy2(j(resources, 'images', 'lt.png'), j(srv, 'common', 'favicon.png')) shutil.copy2(j(resources, 'images', 'lt.png'), j(srv, 'common', 'favicon.png'))