From 96b97467a3fe35083456a8376ed08fe4806579cf Mon Sep 17 00:00:00 2001 From: Misaka Date: Thu, 7 Jan 2021 10:17:12 +0800 Subject: [PATCH] scrcpy: Fix link for binary file (#1730) * scrcpy: Fix link for binary file Fix #1724 #1725 * scrcpy: Add new executable `scrcpy-console` Co-authored-by: JerryChu --- bucket/scrcpy.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index 04bfd63e8a..85bf5d4ffa 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -17,11 +17,12 @@ "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }", "bin": [ "scrcpy.exe", - "scrcpy-noconsole.exe" + "scrcpy-console.bat", + "scrcpy-noconsole.vbs" ], "shortcuts": [ [ - "scrcpy-noconsole.exe", + "scrcpy-noconsole.vbs", "scrcpy" ] ],