From 711a9e66ec1a3b95ee4bb39a27341d045d944343 Mon Sep 17 00:00:00 2001 From: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com> Date: Sat, 24 Dec 2022 21:08:47 +1100 Subject: [PATCH] scrcpy: Fix shim error (#4270) --- bucket/scrcpy.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index ded50cc1c3..ba54232590 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -7,11 +7,13 @@ "architecture": { "64bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.25/scrcpy-win64-v1.25.zip", - "hash": "db65125e9c65acd00359efb7cea9c05f63cc7ccd5833000cd243cc92f5053028" + "hash": "db65125e9c65acd00359efb7cea9c05f63cc7ccd5833000cd243cc92f5053028", + "extract_dir": "scrcpy-win64-v1.25" }, "32bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.25/scrcpy-win32-v1.25.zip", - "hash": "d9422cafecb28d9df9dd8490b492bc2e573f8962854163294ba85b239becc0a3" + "hash": "d9422cafecb28d9df9dd8490b492bc2e573f8962854163294ba85b239becc0a3", + "extract_dir": "scrcpy-win32-v1.25" } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }", @@ -32,10 +34,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win64-v$version.zip" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win64-v$version.zip", + "extract_dir": "scrcpy-win64-v$version" }, "32bit": { - "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip" + "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip", + "extract_dir": "scrcpy-win32-v$version" } }, "hash": {