2021-11-22 13:22:13 +05:30

44 lines
1.4 KiB
JSON

{
"version": "1.20",
"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.20/scrcpy-win64-v1.20.zip",
"hash": "548532b616288bcaeceff6881ad5e6f0928e5ae2b48c380385f03627401cfdba"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.20/scrcpy-win32-v1.20.zip",
"hash": "d3b72604ef024cbab06445effcf052438332a2cbf353465702666eefc13cf2b1"
}
},
"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"
]
],
"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"
}
}
}