From b8d85e4eb4c8a3246506a262ca00df3ae59a9ab9 Mon Sep 17 00:00:00 2001 From: ardevd Date: Sat, 18 Oct 2025 21:50:16 +0200 Subject: [PATCH] refactor: updated scrcpy to v3.3.3 --- .github/workflows/scrcpy-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scrcpy-build.yml b/.github/workflows/scrcpy-build.yml index 068cd11..57b3ff2 100644 --- a/.github/workflows/scrcpy-build.yml +++ b/.github/workflows/scrcpy-build.yml @@ -50,7 +50,7 @@ jobs: run: | git clone https://github.com/Genymobile/scrcpy cd scrcpy - wget https://github.com/Genymobile/scrcpy/releases/download/v3.3.1/scrcpy-server-v3.3.1 -O scrcpy_server + wget https://github.com/Genymobile/scrcpy/releases/download/v3.3.3/scrcpy-server-v3.3.3 -O scrcpy_server - name: Build scrcpy run: |