mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 11:00:10 +01:00
Fix --auto for the new BV syntax
This commit is contained in:
parent
16baeece58
commit
8767dc3059
@ -424,6 +424,7 @@ def main():
|
|||||||
latest = build
|
latest = build
|
||||||
if not gotcur:
|
if not gotcur:
|
||||||
newbuild = latest.copy()
|
newbuild = latest.copy()
|
||||||
|
if 'origlines' in newbuild:
|
||||||
del newbuild['origlines']
|
del newbuild['origlines']
|
||||||
newbuild['vercode'] = app['Current Version Code']
|
newbuild['vercode'] = app['Current Version Code']
|
||||||
newbuild['version'] = app['Current Version'] + suffix
|
newbuild['version'] = app['Current Version'] + suffix
|
||||||
|
Loading…
Reference in New Issue
Block a user