2024-03-03 00:33:10 +00:00

47 lines
1.5 KiB
JSON

{
"version": "2.4",
"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.4/scrcpy-win64-v2.4.zip",
"hash": "9dc56f21bfa455352ec0c58b40feaf2fb02d67372910a4235e298ece286ff3a9",
"extract_dir": "scrcpy-win64-v2.4"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.4/scrcpy-win32-v2.4.zip",
"hash": "cf92acc45eef37c6ee2db819f92e420ced3bc50f1348dd57f7d6ca1fc80f6116",
"extract_dir": "scrcpy-win32-v2.4"
}
},
"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"
}
}
}