mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
bash-completion: complete *.apk files for fdroid signatures
This commit is contained in:
parent
da48e44e56
commit
a71409815e
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ __complete_signatures() {
|
||||||
__complete_options
|
__complete_options
|
||||||
return 0;;
|
return 0;;
|
||||||
esac
|
esac
|
||||||
|
_filedir 'apk'
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
__complete_signindex() {
|
__complete_signindex() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue