Add option --install

When this flag is set, the scrcpy is installed rather than pushed to
/data/local/tmp.
This commit is contained in:
Romain Vimont
2022-07-03 00:48:49 +02:00
parent c96c77656a
commit bef5b11e45
7 changed files with 86 additions and 4 deletions

View File

@@ -110,6 +110,10 @@ However, the option is only available when the HID keyboard is enabled (or a phy
Also see \fB\-\-hid\-mouse\fR.
.TP
.B \-\-install
Install the server (via "adb install") rather than pushing it to /data/local/tmp (via "adb push").
.TP
.B \-\-legacy\-paste
Inject computer clipboard text as a sequence of key events on Ctrl+v (like MOD+Shift+v).