mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 11:01:32 +00:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://github.com/Genymobile/scrcpy",
|
|
"description": "Display and control your Android device",
|
|
"license": "Apache-2.0",
|
|
"version": "1.6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.6/scrcpy-win64-v1.6.zip",
|
|
"hash": "f66b7eace8dd6537a9a27176fd824704a284d8e82077ccc903344396043f90c9",
|
|
"extract_dir": "scrcpy-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.6/scrcpy-win32-v1.6.zip",
|
|
"hash": "4ca0c5924ab2ebf19b70f6598b2e546f65ba469a72ded2d1b213df3380fb46b1",
|
|
"extract_dir": "scrcpy-win32"
|
|
}
|
|
},
|
|
"depends": "adb",
|
|
"post_install": "if(Test-Path(\"$dir\\adb.exe\")) { Remove-Item \"$dir\\adb.exe\" }",
|
|
"bin": "scrcpy.exe",
|
|
"env_set": {
|
|
"SCRCPY_SERVER_PATH": "$dir\\scrcpy-server.jar"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win64-v$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS.txt"
|
|
}
|
|
}
|
|
}
|