Add ZSH completion script

PR #3012 <https://github.com/Genymobile/scrcpy/pull/3012>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
hltdev8642 2022-02-10 09:37:02 -05:00 committed by Romain Vimont
commit 26953784d9
2 changed files with 71 additions and 0 deletions

View file

@ -227,6 +227,8 @@ install_man('scrcpy.1')
install_data('data/icon.png',
rename: 'scrcpy.png',
install_dir: 'share/icons/hicolor/256x256/apps')
install_data('data/zsh-completion/_scrcpy',
install_dir: 'share/zsh/site-functions')
### TESTS