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" ] ],