-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyesplaymusic.json
31 lines (31 loc) · 1.12 KB
/
yesplaymusic.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://raw.githubusercontent.com/caoli5288/Scoop/master/schema.json",
"homepage": "https://github.com/qier222/YesPlayMusic",
"version": "0.4.7",
"description": "高颜值的第三方网易云播放器,支持 Windows / macOS / Linux",
"checkver": "github",
"license": "MIT",
"shortcuts": [
[
"YesPlayMusic.exe",
"YesPlayMusic"
]
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/qier222/YesPlayMusic/releases/download/v$version/YesPlayMusic-Setup-$version.exe#/dl.7z"
}
}
},
"architecture": {
"64bit": {
"url": "https://github.com/qier222/YesPlayMusic/releases/download/v0.4.7/YesPlayMusic-Setup-0.4.7.exe#/dl.7z",
"hash": "cad1fabc934920e507d203e42b44c3be5860caa37aadcbd7d41b663981c10f30",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
]
}
}
}