mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "1.12",
|
|
"homepage": "https://github.com/Genymobile/scrcpy",
|
|
"description": "Display and control your Android device",
|
|
"license": "Apache-2.0",
|
|
"depends": "adb",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12/scrcpy-win64-v1.12.zip",
|
|
"hash": "7d47983b426f7287de0230b88975dc17c1d9c343fa61a93ff2af78b6e9ef5c8c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Genymobile/scrcpy/releases/download/v1.12/scrcpy-win32-v1.12.zip",
|
|
"hash": "b2c8c4a3899c037cf448a2102906775114826ba646ce1b847826925103fa801d"
|
|
}
|
|
},
|
|
"pre_install": "if (Test-Path \"$dir\\adb.exe\") { Remove-Item \"$dir\\adb.exe\" }",
|
|
"bin": "scrcpy.exe",
|
|
"shortcuts": [
|
|
[
|
|
"scrcpy-noconsole.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|