ScoopInstaller_Main/bucket/spicetify-cli.json
2025-12-05 16:30:59 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.42.4",
"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.42.4/spicetify-2.42.4-windows-x64.zip",
"hash": "f0c9f113ae25fb335c108386bb999e4c80b6a578d7d3b8dc5520509d5564f9ab"
},
"32bit": {
"url": "https://github.com/spicetify/cli/releases/download/v2.42.4/spicetify-2.42.4-windows-x32.zip",
"hash": "bce3dbd5dd74636f94980e0e80b2ace6e2fcb41a7e8718746ccae54e68d9e600"
}
},
"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"
}
}
}
}