{ "homepage": "https://github.com/Genymobile/scrcpy", "description": "Display and control your Android device", "license": "Apache-2.0", "version": "1.8", "architecture": { "64bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win64-v1.8.zip", "hash": "9cc980d07bd8f036ae4e91d0bc6fc3281d7fa8f9752d4913b643c0fb72a19fb7", "extract_dir": "scrcpy-win64" }, "32bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.8/scrcpy-win32-v1.8.zip", "hash": "c0c29ed1c66deaa73bdadacd09e598aafb3a117929cf7a314cce1cc45e34de53", "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" } } }