1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Fix: Re-add <icon> element to index

This commit is contained in:
Daniel Martí 2014-01-07 19:22:07 +01:00
parent 71db41b869
commit afcadf2e6a

View File

@ -508,6 +508,9 @@ def scan_apks(apps, apkcache, repodir, knownapks):
empty_densities.remove(density)
break
if thisinfo['icons']:
thisinfo['icon'] = iconfilename
apk.close()
# First try resizing down to not lose quality