mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Add an app id attribute to the index to make finding things easier
This commit is contained in:
parent
8883126e06
commit
f08f9c1b88
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ for app in apps:
|
|||
if app['disabled'] is None:
|
||||
apps_inrepo += 1
|
||||
apel = doc.createElement("application")
|
||||
apel.setAttribute("id", app['id'])
|
||||
root.appendChild(apel)
|
||||
|
||||
addElement('id', app['id'], doc, apel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue