forked from 0x2620/pandora
256 is enough for everybody
This commit is contained in:
parent
3a031bbda1
commit
2b2941aec3
4 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def update_static():
|
|||
if not os.path.exists(image):
|
||||
shutil.copyfile(pandora, image)
|
||||
|
||||
for size in (256, 1024):
|
||||
for size in (256, ):
|
||||
pandora = os.path.join(settings.STATIC_ROOT, 'png/pandora/logo%d.png'%size)
|
||||
image = os.path.join(settings.STATIC_ROOT, 'png/logo%d.png'%size)
|
||||
if not os.path.exists(image):
|
||||
|
|
BIN
static/png/pandora/icon16.png
Normal file
BIN
static/png/pandora/icon16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
static/png/pandora/icon64.png
Normal file
BIN
static/png/pandora/icon64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
static/png/pandora/logo256.png
Normal file
BIN
static/png/pandora/logo256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Loading…
Reference in a new issue