mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Fix: Re-add <icon> element to index
This commit is contained in:
parent
71db41b869
commit
afcadf2e6a
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue