From 2805b25c5cd64ea1731eff18bc2f548bff16ef93 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Wed, 2 Aug 2023 06:40:26 +0000 Subject: [PATCH] spicetify-cli@2.22.1: Set $env:SPICETIFY_CONFIG to $persist_dir - No migration support, users might need move them manually --- bucket/spicetify-cli.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bucket/spicetify-cli.json b/bucket/spicetify-cli.json index bb2cb4603b..880acf1fb4 100644 --- a/bucket/spicetify-cli.json +++ b/bucket/spicetify-cli.json @@ -3,7 +3,9 @@ "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", + "notes": [ + "Make sure to set 'spotify_path' to the directory of your Spotify installation in the Spicetify config" + ], "suggest": { "Spotify": "extras/spotify" }, @@ -17,6 +19,9 @@ "hash": "c9651be653536e12a416501823a480759a5ca41f6722c648f65d9c2086bbe4e9" } }, + "env_set": { + "SPICETIFY_CONFIG": "$persist_dir" + }, "bin": "spicetify.exe", "checkver": { "github": "https://github.com/khanhas/spicetify-cli"