1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Add bitcoin address to index (soon used in client)

This commit is contained in:
Daniel Martí 2013-05-16 22:49:10 +02:00
parent d44d3863ee
commit 793005fc63

View File

@ -475,6 +475,8 @@ def make_index(apps, apks, repodir, archive, categories):
addElement('tracker', app['Issue Tracker'], doc, apel)
if app['Donate'] != None:
addElement('donate', app['Donate'], doc, apel)
if app['Bitcoin'] != None:
addElement('bitcoin', app['Bitcoin'], doc, apel)
# These elements actually refer to the current version (i.e. which
# one is recommended. They are historically mis-named, and need