2019-08-04 21:00:20 +00:00

39 lines
1.4 KiB
JSON

{
"homepage": "https://github.com/Genymobile/scrcpy",
"description": "Display and control your Android device",
"license": "Apache-2.0",
"version": "1.10",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win64-v1.10.zip",
"hash": "95de34575d873c7e95dfcfb5e74d0f6af4f70b2a5bc6fde0f48d1a05480e3a44",
"extract_dir": "scrcpy-win64"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.10/scrcpy-win32-v1.10.zip",
"hash": "f98b400b3764404b33b212e9762dd6f1593ddb766c1480fc2609c94768e4a8e1",
"extract_dir": "scrcpy-win32"
}
},
"depends": "adb",
"post_install": "if(Test-Path(\"$dir\\adb.exe\")) { Remove-Item \"$dir\\adb.exe\" }",
"bin": "scrcpy.exe",
"env_set": {
"SCRCPY_SERVER_PATH": "$dir\\scrcpy-server.jar"
},
"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"
}
}
}