mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"version": "2.7",
|
|
"description": "Display and control your Android device",
|
|
"homepage": "https://github.com/Genymobile/scrcpy",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.7/scrcpy-win64-v2.7.zip",
|
|
"hash": "5910bc18d5a16f42d84185ddc7e16a4cee6a6f5f33451559c1a1d6d0099bd5f5",
|
|
"extract_dir": "scrcpy-win64-v2.7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.7/scrcpy-win32-v2.7.zip",
|
|
"hash": "ef4daf89d500f33d78b830625536ecb18481429dd94433e7634c824292059d06",
|
|
"extract_dir": "scrcpy-win32-v2.7"
|
|
}
|
|
},
|
|
"bin": [
|
|
"scrcpy.exe",
|
|
"scrcpy-console.bat"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"scrcpy-noconsole.vbs",
|
|
"scrcpy",
|
|
"",
|
|
"scrcpy.exe"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win64-v$version.zip",
|
|
"extract_dir": "scrcpy-win64-v$version"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip",
|
|
"extract_dir": "scrcpy-win32-v$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS.txt"
|
|
}
|
|
}
|
|
}
|