ScoopInstaller_Main/scrcpy.json
2018-11-11 23:00:24 +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.5",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.5/scrcpy-win64-v1.5.zip",
"hash": "fcaf7d596e8829cbcc119d67ec055eef2ee14ee204f28b33b7794f225ce16463",
"extract_dir": "scrcpy-win64"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.5/scrcpy-win32-v1.5.zip",
"hash": "9118d74655a3e2daf9c1db37caf578f0b5239ccb078dbcbdb451e8a0becfe19f",
"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"
}
}
}