From 09ee55e145efb17902d836a4d72800d2480c083b Mon Sep 17 00:00:00 2001 From: tech189 Date: Mon, 31 Jan 2022 14:43:27 +0000 Subject: [PATCH] scrcpy: Add icon to shortcut (#3274) --- bucket/scrcpy.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/scrcpy.json b/bucket/scrcpy.json index 69a284229f..b8014332dd 100644 --- a/bucket/scrcpy.json +++ b/bucket/scrcpy.json @@ -23,7 +23,9 @@ "shortcuts": [ [ "scrcpy-noconsole.vbs", - "scrcpy" + "scrcpy", + "", + "scrcpy.exe" ] ], "checkver": "github",