mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
parent
bdf24d1891
commit
6808d5d5ed
2 changed files with 6 additions and 5 deletions
|
@ -86,7 +86,8 @@ def update_wiki(apps, apks, verbose=False):
|
|||
if thisbuild['vercode'] == app['Current Version Code']:
|
||||
cantupdate = True
|
||||
apklist.append({
|
||||
'versioncode': thisbuild['vercode'],
|
||||
#TODO: Nasty: vercode is a string in the build, and an int elsewhere
|
||||
'versioncode': int(thisbuild['vercode']),
|
||||
'version': thisbuild['version'],
|
||||
'buildproblem': thisbuild['commit'][1:]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue