{ "version": "1.13", "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.13/scrcpy-win64-v1.13.zip", "hash": "806aafc00d4db01513193addaa24f47858893ba5efe75770bfef6ae1ea987d27" }, "32bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.13/scrcpy-win32-v1.13.zip", "hash": "0fc5a702cc3aa5bf05108843a9cc443c63cb4754539b72f884defadca3d62da6" } }, "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" } } }