mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Fix update fail when icons are missing
Introduced yesterday, I believe.
This commit is contained in:
parent
b848b99bab
commit
0bd5be2ea3
@ -800,6 +800,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
|
|||||||
addElement('lastupdated', time.strftime('%Y-%m-%d', app['lastupdated']), doc, apel)
|
addElement('lastupdated', time.strftime('%Y-%m-%d', app['lastupdated']), doc, apel)
|
||||||
addElement('name', app['Name'], doc, apel)
|
addElement('name', app['Name'], doc, apel)
|
||||||
addElement('summary', app['Summary'], doc, apel)
|
addElement('summary', app['Summary'], doc, apel)
|
||||||
|
if app['icon']:
|
||||||
addElement('icon', app['icon'], doc, apel)
|
addElement('icon', app['icon'], doc, apel)
|
||||||
|
|
||||||
def linkres(appid):
|
def linkres(appid):
|
||||||
|
Loading…
Reference in New Issue
Block a user