scrcpy: Add scrcpy-noconsole to bin (#864)

scrcpy.exe is the main command. scrcpy-noconsole.exe is the same but no console.
This commit is contained in:
Jacob 2020-03-07 11:22:08 -06:00 committed by GitHub
parent 538ccf7e83
commit a017324f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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