mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Fix: Re-add <icon> element to index
This commit is contained in:
parent
958eae4f86
commit
334a221893
@ -508,6 +508,9 @@ def scan_apks(apps, apkcache, repodir, knownapks):
|
|||||||
empty_densities.remove(density)
|
empty_densities.remove(density)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
if thisinfo['icons']:
|
||||||
|
thisinfo['icon'] = iconfilename
|
||||||
|
|
||||||
apk.close()
|
apk.close()
|
||||||
|
|
||||||
# First try resizing down to not lose quality
|
# First try resizing down to not lose quality
|
||||||
|
Loading…
Reference in New Issue
Block a user