mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 03:14:53 +02:00
...
This commit is contained in:
parent
6f894753f3
commit
bd772acd2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue