-
-
Notifications
You must be signed in to change notification settings - Fork 976
/
spicetify-cli.json
34 lines (34 loc) · 1.29 KB
/
spicetify-cli.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
33
34
{
"version": "2.38.5",
"description": "Tool for customizing the Spotify client.",
"homepage": "https://spicetify.app/",
"license": "LGPL-2.1-only",
"notes": "Make sure to set 'spotify_path' to the directory of your Spotify installation in the Spicetify config",
"suggest": {
"Spotify": "extras/spotify"
},
"architecture": {
"64bit": {
"url": "https://github.com/spicetify/cli/releases/download/v2.38.5/spicetify-2.38.5-windows-x64.zip",
"hash": "1e20bb54b92ef3ccdd6d9bbd4d0ec75d6080bf6984e076dd9498e7b09d9f6aa1"
},
"32bit": {
"url": "https://github.com/spicetify/cli/releases/download/v2.38.5/spicetify-2.38.5-windows-x32.zip",
"hash": "81e0cf025036f1719a5d1761530ac5b29360ad461fdc9d3689ce93c0f75b71ce"
}
},
"bin": "spicetify.exe",
"checkver": {
"github": "https://github.com/spicetify/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x32.zip"
}
}
}
}