mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Fix UCD writing
This commit is contained in:
parent
e81d1da774
commit
d661b7a877
@ -757,7 +757,7 @@ def write_metadata(dest, app):
|
||||
writefield('Update Check Mode')
|
||||
if app['Vercode Operation']:
|
||||
writefield('Vercode Operation')
|
||||
if 'Update Check Data' in app:
|
||||
if app['Update Check Data']:
|
||||
writefield('Update Check Data')
|
||||
if app['Current Version']:
|
||||
writefield('Current Version')
|
||||
|
Loading…
Reference in New Issue
Block a user