document icon, fixes #2987

This commit is contained in:
j 2017-01-25 17:41:06 +01:00
commit 0db8ca6c47
8 changed files with 8 additions and 6 deletions

View file

@ -279,7 +279,7 @@ def update_static():
f = os.path.join(root, f)
os.system('gzip -9 -c "%s" > "%s.gz"' % (f, f))
for name in ('logo', 'icon'):
for name in ('logo', 'icon', 'document'):
site = os.path.join(settings.STATIC_ROOT, 'png/%s.%s.png'%(name, settings.CONFIG['site']['id']))
pandora = os.path.join(settings.STATIC_ROOT, 'png/%s.pandora.png'%name)
image = os.path.join(settings.STATIC_ROOT, 'png/%s.png'%name)