2024-11-24 20:27:41 +00:00

47 lines
1.5 KiB
JSON

{
"version": "3.0",
"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.0/scrcpy-win64-v3.0.zip",
"hash": "dfbe8a8fef6535197acc506936bfd59d0aa0427e9b44fb2e5c550eae642f72be",
"extract_dir": "scrcpy-win64-v3.0"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v3.0/scrcpy-win32-v3.0.zip",
"hash": "7cbf8d7a6ebfdca7b3b161e29a481c11088305f3e0a89d28e8e62f70c7bd0028",
"extract_dir": "scrcpy-win32-v3.0"
}
},
"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"
}
}
}