2025-03-29 16:30:37 +00:00

47 lines
1.5 KiB
JSON

{
"version": "3.2",
"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/v3.2/scrcpy-win64-v3.2.zip",
"hash": "eaa27133e0520979873ba57ad651560a4cc2618373bd05450b23a84d32beafd0",
"extract_dir": "scrcpy-win64-v3.2"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v3.2/scrcpy-win32-v3.2.zip",
"hash": "4a3407d7f0c2c8a03e22a12cf0b5e1e585a5056fe23c8e5cf3252207c6fa8357",
"extract_dir": "scrcpy-win32-v3.2"
}
},
"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"
}
}
}