mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-30 04:38:51 +00:00
Add Bash completion script
Fixes #2930 <https://github.com/Genymobile/scrcpy/issues/2930> Refs #3012 <https://github.com/Genymobile/scrcpy/pull/3012>
This commit is contained in:
parent
26953784d9
commit
3ce6f8ca91
2 changed files with 123 additions and 0 deletions
|
@ -229,6 +229,8 @@ install_data('data/icon.png',
|
|||
install_dir: 'share/icons/hicolor/256x256/apps')
|
||||
install_data('data/zsh-completion/_scrcpy',
|
||||
install_dir: 'share/zsh/site-functions')
|
||||
install_data('data/bash-completion/scrcpy',
|
||||
install_dir: 'share/bash-completion/completions')
|
||||
|
||||
|
||||
### TESTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue