2024-08-01 20:30:55 +00:00

47 lines
1.5 KiB
JSON

{
"version": "2.6",
"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.6/scrcpy-win64-v2.6.zip",
"hash": "3d490a72997af950aec0540e28627ada35c8226bc9774500014c9697d9b53194",
"extract_dir": "scrcpy-win64-v2.6"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.6/scrcpy-win32-v2.6.zip",
"hash": "6c68f6b31ddef5ed61a7546f423bd4fc99d568eb4c4e3409e0df496187eb3783",
"extract_dir": "scrcpy-win32-v2.6"
}
},
"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"
}
}
}