Skip to content

Commit e218ceb

Browse files
authored
Merge pull request #699 from barry-ran/dev
fix: mac read client version is 1.21
2 parents fbae27b + 9ac35d3 commit e218ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QtScrcpy/util/config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define COMMON_PUSHFILE_DEF "/sdcard/"
1616

1717
#define COMMON_SERVER_VERSION_KEY "ServerVersion"
18-
#define COMMON_SERVER_VERSION_DEF "1.21"
18+
#define COMMON_SERVER_VERSION_DEF "1.24"
1919

2020
#define COMMON_SERVER_PATH_KEY "ServerPath"
2121
#define COMMON_SERVER_PATH_DEF "/data/local/tmp/scrcpy-server.jar"

0 commit comments

Comments
 (0)