From c396758b4ed29cb4d4ad51e8bcdd1deecf5761d2 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Tue, 3 Mar 2020 21:39:27 +0100 Subject: [PATCH] Remove link to Windows 32 bits release Binaries created with MinGW (even a simple Hello World) are detected as malware by some anti-virus. For some reason, only the 32 bits version of scrcpy is impacted. Since users should use the 64 bits version by default anyway, remove the link to the 32 bits version from the main page. The 32 bits release is still available in the "releases" tab. See --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7be5f5f2..161b42f1 100644 --- a/README.md +++ b/README.md @@ -66,15 +66,12 @@ hard). ### Windows -For Windows, for simplicity, prebuilt archives with all the dependencies -(including `adb`) are available: +For Windows, for simplicity, a prebuilt archive with all the dependencies +(including `adb`) is available: - - [`scrcpy-win32-v1.12.1.zip`][direct-win32] - _(SHA-256: 0f4b3b063536b50a2df05dc42c760f9cc0093a9a26dbdf02d8232c74dab43480)_ - [`scrcpy-win64-v1.12.1.zip`][direct-win64] _(SHA-256: 57d34b6d16cfd9fe169bc37c4df58ebd256d05c1ea3febc63d9cb0a027ab47c9)_ -[direct-win32]: https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win32-v1.12.1.zip [direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win64-v1.12.1.zip It is also available in [Chocolatey]: