bash-completion: complete *.apk files for `fdroid signatures`

This commit is contained in:
Hans-Christoph Steiner 2021-04-08 12:41:48 +02:00
parent da48e44e56
commit a71409815e
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ __complete_signatures() {
__complete_options
return 0;;
esac
_filedir 'apk'
return 0
}
__complete_signindex() {