mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
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:
parent
538ccf7e83
commit
a017324f8b
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user