mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6f894753f3
commit
bd772acd2b
@ -21,6 +21,7 @@ def render(outpath, sz):
|
|||||||
render(j(resources, 'images', 'library.png'), 1024)
|
render(j(resources, 'images', 'library.png'), 1024)
|
||||||
render(j(resources, 'images', 'lt.png'), 256)
|
render(j(resources, 'images', 'lt.png'), 256)
|
||||||
render(j(resources, 'content-server', 'calibre.png'), 128)
|
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, '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'))
|
||||||
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…
x
Reference in New Issue
Block a user