From 93c110fb9b98d3120e48b6f82480561c02796b48 Mon Sep 17 00:00:00 2001 From: ardevd Date: Fri, 19 Dec 2025 13:17:02 +0100 Subject: [PATCH] refactor: updated to scrcpy 3.3.4 --- .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 57b3ff2..740f556 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.3/scrcpy-server-v3.3.3 -O scrcpy_server + wget https://github.com/Genymobile/scrcpy/releases/download/v3.3.4/scrcpy-server-v3.3.4 -O scrcpy_server - name: Build scrcpy run: |