2024-06-29 16:28:19 +00:00

47 lines
1.5 KiB
JSON

{
"version": "2.5",
"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.5/scrcpy-win64-v2.5.zip",
"hash": "345cf04a66a9144281dce72ca4e82adfd2c3092463196e586051df4c69e1507b",
"extract_dir": "scrcpy-win64-v2.5"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.5/scrcpy-win32-v2.5.zip",
"hash": "d56312a92471565fa4f3a6b94e8eb07717c4c90f2c0f05b03ba444e1001806ec",
"extract_dir": "scrcpy-win32-v2.5"
}
},
"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"
}
}
}