mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"version": "3.3",
|
|
"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/v3.3/scrcpy-win64-v3.3.zip",
|
|
"hash": "a120cb4be7cde2891af38e83d2008173a0b6b6b5e344b2dfe668d0f892999933",
|
|
"extract_dir": "scrcpy-win64-v3.3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v3.3/scrcpy-win32-v3.3.zip",
|
|
"hash": "e409ab83f8c57bd6ac741d652635cab7699fcf3d384e233833872f117b993ca6",
|
|
"extract_dir": "scrcpy-win32-v3.3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|