2023-06-22 00:36:10 +00:00

47 lines
1.5 KiB
JSON

{
"version": "2.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.1/scrcpy-win64-v2.1.zip",
"hash": "57b98813322c8b5b560ada68714a2cd7b7efe64086fa61d03e389c23212c803d",
"extract_dir": "scrcpy-win64-v2.1"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.1/scrcpy-win32-v2.1.zip",
"hash": "4d261d391a60ea975440d83cdc22f8250b3c8985f2ece8c7e53d6fb26c0d74ed",
"extract_dir": "scrcpy-win32-v2.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"
}
}
}