mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
scrcpy: remove env_add_path (#617)
This commit is contained in:
parent
3aabc26414
commit
8e841a7064
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
"version": "1.11",
|
||||||
"homepage": "https://github.com/Genymobile/scrcpy",
|
"homepage": "https://github.com/Genymobile/scrcpy",
|
||||||
"description": "Display and control your Android device",
|
"description": "Display and control your Android device",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "1.11",
|
"depends": "adb",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.11/scrcpy-win64-v1.11.zip",
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.11/scrcpy-win64-v1.11.zip",
|
||||||
@ -13,12 +14,8 @@
|
|||||||
"hash": "f25ed46e6f3e81e0ff9b9b4df7fe1a4bbd13f8396b7391be0a488b64c675b41e"
|
"hash": "f25ed46e6f3e81e0ff9b9b4df7fe1a4bbd13f8396b7391be0a488b64c675b41e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"depends": "adb",
|
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",
|
||||||
"post_install": "if(Test-Path(\"$dir\\adb.exe\")) { Remove-Item \"$dir\\adb.exe\" }",
|
|
||||||
"bin": "scrcpy.exe",
|
"bin": "scrcpy.exe",
|
||||||
"env_set": {
|
|
||||||
"SCRCPY_SERVER_PATH": "$dir\\scrcpy-server.jar"
|
|
||||||
},
|
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
[
|
[
|
||||||
"scrcpy-noconsole.exe",
|
"scrcpy-noconsole.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user