-
Notifications
You must be signed in to change notification settings - Fork 0
/
neteasymusic.json
32 lines (32 loc) · 2.49 KB
/
neteasymusic.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
32
{
"homepage": "https://music.163.com/",
"description": "The official NetEase Cloud Music client.",
"version": "2.7.1.198242",
"license": {
"identifier": "EULA",
"url": "https://music.163.com/html/web2/service.html"
},
"url": "https://d1.music.126.net/dmusic/obj/w5zCg8OCw6fCn2vDicOl/809710492/7805/2019112318441/cloudmusicsetup2.7.1.198242.exe#/dl.7z",
"hash": "md5:991ae324e2ff261295f5fb4caeff55d9",
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"bin": "cloudmusic.exe",
"shortcuts": [
[
"cloudmusic.exe",
"Netease Cloud Music"
]
],
"checkver": {
"url": "https://h404bi.azurewebsites.net/ncmversion.php",
"jp": "$.updateFiles[0].url",
"regex": "https://d1.music.126.net/dmusic/cloudmusicsetup([\\d.]+)\\.exe"
},
"autoupdate": {
"url": "https://d1.music.126.net/dmusic/cloudmusicsetup$version.exe#/dl.7z",
"hash": {
"url": "https://h404bi.azurewebsites.net/ncmversion.php",
"jp": "$.updateFiles[0].hash"
}
},
"notes": "We don't persist your CloudMusic data, they are still storaged in '%LOCALAPPDATA%\\Netease\\CloudMusic'."
}