Update links to v1.18 in README and BUILD
This commit is contained in:
parent
60c4e886d4
commit
376201a83c
2 changed files with 7 additions and 7 deletions
6
BUILD.md
6
BUILD.md
|
@ -268,10 +268,10 @@ install` must be run as root)._
|
|||
|
||||
#### Option 2: Use prebuilt server
|
||||
|
||||
- [`scrcpy-server-v1.17`][direct-scrcpy-server]
|
||||
_(SHA-256: 11b5ad2d1bc9b9730fb7254a78efd71a8ff46b1938ff468e47a21b653a1b6725)_
|
||||
- [`scrcpy-server-v1.18`][direct-scrcpy-server]
|
||||
_(SHA-256: 641c5c6beda9399dfae72d116f5ff43b5ed1059d871c9ebc3f47610fd33c51a3)_
|
||||
|
||||
[direct-scrcpy-server]: https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-server-v1.17
|
||||
[direct-scrcpy-server]: https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-server-v1.18
|
||||
|
||||
Download the prebuilt server somewhere, and specify its path during the Meson
|
||||
configuration:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# scrcpy (v1.17)
|
||||
# scrcpy (v1.18)
|
||||
|
||||
[Read in another language](#translations)
|
||||
|
||||
|
@ -88,10 +88,10 @@ process][BUILD_simple]).
|
|||
For Windows, for simplicity, a prebuilt archive with all the dependencies
|
||||
(including `adb`) is available:
|
||||
|
||||
- [`scrcpy-win64-v1.17.zip`][direct-win64]
|
||||
_(SHA-256: 8b9e57993c707367ed10ebfe0e1ef563c7a29d9af4a355cd8b6a52a317c73eea)_
|
||||
- [`scrcpy-win64-v1.18.zip`][direct-win64]
|
||||
_(SHA-256: 37212f5087fe6f3e258f1d44fa5c02207496b30e1d7ec442cbcf8358910a5c63)_
|
||||
|
||||
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-win64-v1.17.zip
|
||||
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-win64-v1.18.zip
|
||||
|
||||
It is also available in [Chocolatey]:
|
||||
|
||||
|
|
Loading…
Reference in a new issue