add link param to spotify

prevents linking "Relauncher.app"
This commit is contained in:
phinze 2013-04-19 10:30:05 -05:00
parent d8f032a976
commit 2869abebe9
1 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,6 @@ class Spotify < Cask
homepage 'https://www.spotify.com'
version 'stable'
no_checksum
link :app, 'Spotify.app'
end