mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Whoops, wrong language
This commit is contained in:
parent
c2ff1be72c
commit
448fa61d0c
@ -218,7 +218,7 @@ def main():
|
|||||||
else:
|
else:
|
||||||
print '...updating to version:' + version + ' vercode:' + vercode
|
print '...updating to version:' + version + ' vercode:' + vercode
|
||||||
app['Current Version'] = version
|
app['Current Version'] = version
|
||||||
app['Current Version Code'] = (str)((int)vercode)
|
app['Current Version Code'] = str(int(vercode))
|
||||||
metafile = os.path.join('metadata', app['id'] + '.txt')
|
metafile = os.path.join('metadata', app['id'] + '.txt')
|
||||||
common.write_metadata(metafile, app)
|
common.write_metadata(metafile, app)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user