We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GetSpotifyPath
cmd
1 parent 631146a commit cf47f29Copy full SHA for cf47f29
spicetify.go
@@ -248,7 +248,7 @@ func main() {
248
utils.PrintBold("spicetify v" + version)
249
if slices.Contains(commands, "upgrade") || slices.Contains(commands, "update") {
250
updateStatus := cmd.Update(version)
251
- spotifyPath := filepath.Join(utils.FindAppPath(), "Apps")
+ spotifyPath := filepath.Join(cmd.GetSpotifyPath(), "Apps")
252
ex, err := os.Executable()
253
if err != nil {
254
ex = "spicetify"
0 commit comments