mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
sndcpy: Add version 1.0 (#1566)
Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
parent
48470cbdc2
commit
bcc10e691b
24
bucket/sndcpy.json
Normal file
24
bucket/sndcpy.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"description": "Android audio forwarding (scrcpy, but for audio)",
|
||||
"homepage": "https://github.com/rom1v/sndcpy",
|
||||
"license": "MIT",
|
||||
"depends": [
|
||||
"adb",
|
||||
"extras/vlc"
|
||||
],
|
||||
"url": "https://github.com/rom1v/sndcpy/releases/download/v1.0/sndcpy-v1.0.zip",
|
||||
"hash": "4495f752fc192535cd5208ace4d35d2ba644beb9aabb0e288ae339861ad6782b",
|
||||
"bin": "sndcpy.bat",
|
||||
"env_set": {
|
||||
"SNDCPY_APK": "$dir\\sndcpy.apk",
|
||||
"VLC": "vlc"
|
||||
},
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/rom1v/sndcpy/releases/download/v$version/sndcpy-v$version.zip",
|
||||
"hash": {
|
||||
"url": "$baseurl/SHA256SUMS.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user