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
71db41b869
commit
afcadf2e6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user