{ "version": "1.18", "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.18/scrcpy-win64-v1.18.zip", "hash": "37212f5087fe6f3e258f1d44fa5c02207496b30e1d7ec442cbcf8358910a5c63" }, "32bit": { "url": "https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-win32-v1.18.zip", "hash": "dc82eddcf49f98c94524eace0ed5f44aad4a9892df85c9f405eafb9db5a7cb16" } }, "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" ] ], "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" } } }