2020-08-07 08:32:20 +02:00

43 lines
1.4 KiB
JSON

{
"version": "1.15",
"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.15/scrcpy-win64-v1.15.zip",
"hash": "dd514bb591e63ef4cd52a53c30f1153a28f59722d64690eb07bd017849edcba2"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.15/scrcpy-win32-v1.15.zip",
"hash": "c8daab92bf09a69f5c8e1001b089ca021eebe1fe0d75f58f82ada986a6400a13"
}
},
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",
"bin": [
"scrcpy.exe",
"scrcpy-noconsole.exe"
],
"shortcuts": [
[
"scrcpy-noconsole.exe",
"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"
}
}
}