mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"version": "1.19",
|
|
"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.19/scrcpy-win64-v1.19.zip",
|
|
"hash": "383d6483f25ac0092d4bb9fef6c967351ecd50fc248e0c82932db97d6d32f11b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.19/scrcpy-win32-v1.19.zip",
|
|
"hash": "50a21f07ef9705e7867d96666fb638a4cde2b9cbd4922a9268f269d217a4cd5d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|