Update netlogo.rb

When trying to install:
Error: It seems the symlink source is not there: '/opt/homebrew-cask/Caskroom/netlogo/5.2.0/NetLogo 5.2.0/NetLogo 5.2.0.app'

=> 5.2 in the name of the app and not 5.2.0
This commit is contained in:
Serge Stinckwich 2015-05-05 17:33:37 +02:00 committed by ndr
parent e5aba215d2
commit 0ce9e43293
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ cask :v1 => 'netlogo' do
'~/Library/Saved Application State/org.nlogo.NetLogo.savedState'
]
app "NetLogo #{version}/NetLogo #{version}.app"
app "NetLogo #{version.sub(%r{\.\d+$},'')}/NetLogo #{version.sub(%r{\.\d+$},'')}.app"
end