mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Adapt verify
This commit is contained in:
parent
0a770cf4bc
commit
19ea8fd894
3 changed files with 54 additions and 47 deletions
|
|
@ -57,7 +57,7 @@ def main():
|
|||
|
||||
if args:
|
||||
|
||||
vercodes = common.read_pkg_args(args, options, True)
|
||||
vercodes = common.read_pkg_args(args, True)
|
||||
apks = { appid : None for appid in vercodes }
|
||||
|
||||
# Get the signed apk with the highest vercode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue