mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Added (subtle) license information for latest apps.
This commit is contained in:
parent
2f4d198589
commit
05e7146de0
2 changed files with 6 additions and 2 deletions
|
@ -502,7 +502,8 @@ for line in file(os.path.join('stats', 'latestapps.txt')):
|
|||
for app in apps:
|
||||
if app['id'] == appid:
|
||||
data += app['Name'] + "\t"
|
||||
data += app['icon'] + "\n"
|
||||
data += app['icon'] + "\t"
|
||||
data += app['License'] + "\n"
|
||||
break
|
||||
f = open('repo/latestapps.dat', 'w')
|
||||
f.write(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue