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 <jchu@i-zhiyan.com>
This commit is contained in:
Misaka 2021-01-07 10:17:12 +08:00 committed by GitHub
parent f1600f2601
commit 96b97467a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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