2022-12-24 15:38:47 +05:30

50 lines
1.7 KiB
JSON

{
"version": "1.25",
"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.25/scrcpy-win64-v1.25.zip",
"hash": "db65125e9c65acd00359efb7cea9c05f63cc7ccd5833000cd243cc92f5053028",
"extract_dir": "scrcpy-win64-v1.25"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.25/scrcpy-win32-v1.25.zip",
"hash": "d9422cafecb28d9df9dd8490b492bc2e573f8962854163294ba85b239becc0a3",
"extract_dir": "scrcpy-win32-v1.25"
}
},
"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",
"extract_dir": "scrcpy-win64-v$version"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip",
"extract_dir": "scrcpy-win32-v$version"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS.txt"
}
}
}