Jacob a017324f8b
scrcpy: Add scrcpy-noconsole to bin (#864)
scrcpy.exe is the main command. scrcpy-noconsole.exe is the same but no console.
2020-03-07 18:22:08 +01:00

43 lines
1.4 KiB
JSON

{
"version": "1.12.1",
"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.12.1/scrcpy-win64-v1.12.1.zip",
"hash": "57d34b6d16cfd9fe169bc37c4df58ebd256d05c1ea3febc63d9cb0a027ab47c9"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win32-v1.12.1.zip",
"hash": "0f4b3b063536b50a2df05dc42c760f9cc0093a9a26dbdf02d8232c74dab43480"
}
},
"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"
}
}
}