diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index c2f3e5d686..b5d5e9f16e 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -3,7 +3,6 @@ "description": "Display and control your Android device", "homepage": "https://github.com/Genymobile/scrcpy", "license": "Apache-2.0", - "depends": "adb", "architecture": { "64bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v2.0/scrcpy-win64-v2.0.zip", @@ -16,7 +15,6 @@ "extract_dir": "scrcpy-win32-v2.0" } }, - "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }", "bin": [ "scrcpy.exe", "scrcpy-console.bat",