2023-12-02 12:29:31 +00:00

47 lines
1.5 KiB
JSON

{
"version": "2.3.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.3.1/scrcpy-win64-v2.3.1.zip",
"hash": "f1f78ac98214078425804e524a1bed515b9d4b8a05b78d210a4ced2b910b262d",
"extract_dir": "scrcpy-win64-v2.3.1"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.3.1/scrcpy-win32-v2.3.1.zip",
"hash": "5dffc2d432e9b8b5b0e16f12e71428c37c70d9124cfbe7620df0b41b7efe91ff",
"extract_dir": "scrcpy-win32-v2.3.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"
}
}
}