diff --git a/Casks/spotify.rb b/Casks/spotify.rb index edf18cb3d79..725c6afd490 100644 --- a/Casks/spotify.rb +++ b/Casks/spotify.rb @@ -3,4 +3,6 @@ class Spotify < Cask homepage 'https://www.spotify.com' version 'stable' no_checksum + + link :app, 'Spotify.app' end