Merge pull request #7628 from vitorgalvao/fix-7627

Add binary stanza to Vico.app Cask
This commit is contained in:
Vítor Galvão 2014-11-26 02:24:46 +00:00
commit 1e9e2240f8
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ cask :v1 => 'vico' do
license :unknown
app 'Vico.app'
binary 'Vico.app/Contents/MacOS/vicotool', :target => 'vico'
end