mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"version": "2.2",
|
|
"description": "Display and control your Android device",
|
|
"homepage": "https://github.com/Genymobile/scrcpy",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.2/scrcpy-win64-v2.2.zip",
|
|
"hash": "9f9da88ac4c8319dcb9bf852f2d9bba942bac663413383419cddf64eaa5685bd",
|
|
"extract_dir": "scrcpy-win64-v2.2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v2.2/scrcpy-win32-v2.2.zip",
|
|
"hash": "cb84269fc847b8b880e320879492a1ae6c017b42175f03e199530f7a53be9d74",
|
|
"extract_dir": "scrcpy-win32-v2.2"
|
|
}
|
|
},
|
|
"bin": [
|
|
"scrcpy.exe",
|
|
"scrcpy-console.bat"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"scrcpy-noconsole.vbs",
|
|
"scrcpy",
|
|
"",
|
|
"scrcpy.exe"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win64-v$version.zip",
|
|
"extract_dir": "scrcpy-win64-v$version"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip",
|
|
"extract_dir": "scrcpy-win32-v$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS.txt"
|
|
}
|
|
}
|
|
}
|