Skip to content

Commit 761fe0f

Browse files
committed
fix(block-updates): go back one folder
1 parent 8b7596f commit 761fe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/block-updates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func BlockSpotifyUpdates(disabled bool) {
2121
case "windows":
2222
spotifyExecPath = filepath.Join(spotifyExecPath, "Spotify.exe")
2323
case "darwin":
24-
spotifyExecPath = filepath.Join(spotifyExecPath, "Spotify")
24+
spotifyExecPath = filepath.Join(spotifyExecPath, "..", "MacOS", "Spotify")
2525
}
2626

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

0 commit comments

Comments
 (0)