2020-05-28 10:29:23 +02:00

43 lines
1.4 KiB
JSON

{
"version": "1.14",
"homepage": "https://github.com/Genymobile/scrcpy",
"description": "Display and control your Android device",
"license": "Apache-2.0",
"depends": "adb",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-win64-v1.14.zip",
"hash": "2be9139e46e29cf2f5f695848bb2b75a543b8f38be1133257dc5068252abc25f"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.14/scrcpy-win32-v1.14.zip",
"hash": "63fb1b48f0e30372fcf610745a4a3213adc8be3bb1f1c66d4666a8575c6fade4"
}
},
"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"
}
}
}