From d1c7a5ef9f2f59a3ce63127c790b4c9130bc39fa Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:57:25 +0530 Subject: [PATCH] scrcpy: Remove dependency --- bucket/scrcpy.json | 2 -- 1 file changed, 2 deletions(-) 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",