Skip to content

Commit

Permalink
Merge pull request #170742 from Homebrew/spotify-uninstall
Browse files Browse the repository at this point in the history
spotify: update uninstall
  • Loading branch information
krehel committed Apr 5, 2024
2 parents f148290 + fb13e5e commit 9cfdb91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Casks/s/spotify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@

app "Spotify.app"

uninstall launchctl: "com.spotify.webhelper",
uninstall launchctl: [
"com.spotify.client.startuphelper",
"com.spotify.webhelper",
],
quit: "com.spotify.client"

zap trash: [
Expand Down

0 comments on commit 9cfdb91

Please sign in to comment.