mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 11:35:57 +00:00
a spell mistake
after commented default portable option in `app/meson.build` get some error and then find this. : )
This commit is contained in:
parent
de2016a48e
commit
a625b11e1b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#define SOCKET_NAME "scrcpy"
|
||||
#define SERVER_FILENAME "scrcpy-server.jar"
|
||||
|
||||
#define DEFAULT_SERVER_PATH PREFIX "/share/scrcpy/" SERVER_FLENAME
|
||||
#define DEFAULT_SERVER_PATH PREFIX "/share/scrcpy/" SERVER_FILENAME
|
||||
#define DEVICE_SERVER_PATH "/data/local/tmp/" SERVER_FILENAME
|
||||
|
||||
static const char *
|
||||
|
|
Loading…
Add table
Reference in a new issue