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

@@ -48,6 +48,7 @@ struct sc_server_params {
bool select_tcpip;
bool cleanup;
bool power_on;
bool install;
};
struct sc_server {