mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Rename server to scrcpy-server.apk
This will allow to install it.
This commit is contained in:
parent
7f2f5950f2
commit
a9884efce2
6 changed files with 8 additions and 8 deletions
|
|
@ -14,10 +14,10 @@
|
|||
#include "util/process_intr.h"
|
||||
#include "util/str.h"
|
||||
|
||||
#define SC_SERVER_FILENAME "scrcpy-server"
|
||||
#define SC_SERVER_FILENAME "scrcpy-server.apk"
|
||||
|
||||
#define SC_SERVER_PATH_DEFAULT PREFIX "/share/scrcpy/" SC_SERVER_FILENAME
|
||||
#define SC_DEVICE_SERVER_PATH "/data/local/tmp/scrcpy-server.jar"
|
||||
#define SC_DEVICE_SERVER_PATH "/data/local/tmp/scrcpy-server.apk"
|
||||
|
||||
static char *
|
||||
get_server_path(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue