Add option --install
When this flag is set, the scrcpy is installed rather than pushed to /data/local/tmp.
This commit is contained in:
@@ -48,6 +48,7 @@ struct sc_server_params {
|
||||
bool select_tcpip;
|
||||
bool cleanup;
|
||||
bool power_on;
|
||||
bool install;
|
||||
};
|
||||
|
||||
struct sc_server {
|
||||
|
||||
Reference in New Issue
Block a user