mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-25 01:05:41 -04:00
bash-completion: complete *.apk files for fdroid signatures
This commit is contained in:
@@ -282,6 +282,8 @@ __complete_signatures() {
|
||||
__complete_options
|
||||
return 0;;
|
||||
esac
|
||||
_filedir 'apk'
|
||||
return 0
|
||||
}
|
||||
|
||||
__complete_signindex() {
|
||||
|
||||
Reference in New Issue
Block a user