Skip to content

Commit

Permalink
fix(block-updates): go back one folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Sep 9, 2024
1 parent 8b7596f commit 761fe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/block-updates.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func BlockSpotifyUpdates(disabled bool) {
case "windows":
spotifyExecPath = filepath.Join(spotifyExecPath, "Spotify.exe")
case "darwin":
spotifyExecPath = filepath.Join(spotifyExecPath, "Spotify")
spotifyExecPath = filepath.Join(spotifyExecPath, "..", "MacOS", "Spotify")
}

file, err := os.OpenFile(spotifyExecPath, os.O_RDWR, 0644)
Expand Down

0 comments on commit 761fe0f

Please sign in to comment.