added signatures subcommand

This commit is contained in:
Michael Pöhn 2017-09-06 15:54:16 +02:00
parent be874b1134
commit 3e6dfacf6c
5 changed files with 238 additions and 1 deletions

1
fdroid
View file

@ -44,6 +44,7 @@ commands = OrderedDict([
("server", "Interact with the repo HTTP server"),
("signindex", "Sign indexes created using update --nosign"),
("btlog", "Update the binary transparency log for a URL"),
("signatures", "Extract signatures from APKs"),
])