Add HTTP update check mode

This commit is contained in:
Ciaran Gultnieks 2013-10-01 10:19:17 +01:00
parent 89a4e17c3b
commit e9aff5f31d
3 changed files with 56 additions and 0 deletions

View file

@ -661,6 +661,8 @@ def write_metadata(dest, app):
mf.write('\n')
writefield('Auto Update Mode')
writefield('Update Check Mode')
if 'Update Check Data' in app:
writefield('Update Check Data')
if len(app['Current Version']) > 0:
writefield('Current Version')
writefield('Current Version Code')