2022-05-09 20:28:55 +00:00

46 lines
1.4 KiB
JSON

{
"version": "1.24",
"description": "Display and control your Android device",
"homepage": "https://github.com/Genymobile/scrcpy",
"license": "Apache-2.0",
"depends": "adb",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-win64-v1.24.zip",
"hash": "6ccb64cba0a3e75715e85a188daeb4f306a1985f8ce123eba92ba74fc9b27367"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-win32-v1.24.zip",
"hash": "9d8135f26430925a5fdb8ff23b1fe88fc407f905fb61a311d329b083fee5a745"
}
},
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",
"bin": [
"scrcpy.exe",
"scrcpy-console.bat",
"scrcpy-noconsole.vbs"
],
"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"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS.txt"
}
}
}