From a017324f8be0ef6b17871faedb544629b5a78e36 Mon Sep 17 00:00:00 2001 From: Jacob <29719362+Kore-Development@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:22:08 -0600 Subject: [PATCH] scrcpy: Add scrcpy-noconsole to bin (#864) scrcpy.exe is the main command. scrcpy-noconsole.exe is the same but no console. --- bucket/scrcpy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index 01d15379f1..3550907259 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -15,7 +15,10 @@ } }, "pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }", - "bin": "scrcpy.exe", + "bin": [ + "scrcpy.exe", + "scrcpy-noconsole.exe" + ], "shortcuts": [ [ "scrcpy-noconsole.exe",