2023-07-15 00:35:25 +00:00

47 lines
1.5 KiB
JSON

{
"version": "2.1.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.1/scrcpy-win64-v2.1.1.zip",
"hash": "f77281e1bce2f9934617699c581f063d5b327f012eff602ee98fb2ef550c25c2",
"extract_dir": "scrcpy-win64-v2.1.1"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.1.1/scrcpy-win32-v2.1.1.zip",
"hash": "ef7ae7fbe9449f2643febdc2244fb186d1a746a3c736394150cfd14f06d3c943",
"extract_dir": "scrcpy-win32-v2.1.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"
}
}
}