spicetify-cli@2.22.1: Set $env:SPICETIFY_CONFIG to $persist_dir

- No migration support, users might need move them manually
This commit is contained in:
HUMORCE 2023-08-02 06:40:26 +00:00
parent 84543ae291
commit 2805b25c5c
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -3,7 +3,9 @@
"description": "Tool for customizing the Spotify client.", "description": "Tool for customizing the Spotify client.",
"homepage": "https://spicetify.app/", "homepage": "https://spicetify.app/",
"license": "LGPL-2.1-only", "license": "LGPL-2.1-only",
"notes": "Make sure to set 'spotify_path' to the directory of your Spotify installation in the Spicetify config", "notes": [
"Make sure to set 'spotify_path' to the directory of your Spotify installation in the Spicetify config"
],
"suggest": { "suggest": {
"Spotify": "extras/spotify" "Spotify": "extras/spotify"
}, },
@ -17,6 +19,9 @@
"hash": "c9651be653536e12a416501823a480759a5ca41f6722c648f65d9c2086bbe4e9" "hash": "c9651be653536e12a416501823a480759a5ca41f6722c648f65d9c2086bbe4e9"
} }
}, },
"env_set": {
"SPICETIFY_CONFIG": "$persist_dir"
},
"bin": "spicetify.exe", "bin": "spicetify.exe",
"checkver": { "checkver": {
"github": "https://github.com/khanhas/spicetify-cli" "github": "https://github.com/khanhas/spicetify-cli"