Rename application link to 'Scala IDE'

This is useful to install the Scala IDE together with other Eclipse installations.
This commit is contained in:
Thierry Monney 2014-02-01 15:56:55 +01:00
parent 082bc4c89a
commit afac86cb0d
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ class ScalaIde < Cask
homepage 'http://scala-ide.org/'
version '3.0.2'
sha1 '5d467d9054d940cf7e2f750ff60aa3bd11e8dae3'
link 'eclipse/Eclipse.app'
link 'eclipse/Eclipse.app', :target => 'Scala IDE.app'
end