2024-08-03 00:33:38 +00:00

47 lines
1.5 KiB
JSON

{
"version": "2.6.1",
"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.1/scrcpy-win64-v2.6.1.zip",
"hash": "041fc3abf8578ddcead5a8c4a8be8960b7c4d45b21d3370ee2683605e86a728c",
"extract_dir": "scrcpy-win64-v2.6.1"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-win32-v2.6.1.zip",
"hash": "17a5d4d17230b4c90fad45af6395efda9aea287a03c04e6b4ecc9ceb8134ea04",
"extract_dir": "scrcpy-win32-v2.6.1"
}
},
"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"
}
}
}