ScoopInstaller_Main/scrcpy.json
2018-10-03 23:00:26 +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.4",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.4/scrcpy-win64-v1.4.zip",
"hash": "382f02bd8ed3db2cc7ab15aabdb83674744993b936d602b01e6959a150584a79",
"extract_dir": "scrcpy-win64"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.4/scrcpy-win32-v1.4.zip",
"hash": "1f72fa520980727e8943b7214b64c66b00b9b5267f7cffefb64fa37c3ca803cf",
"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"
}
}
}