2025-09-06 16:28:45 +00:00

47 lines
1.5 KiB
JSON

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