Merge pull request #11131 from vitorgalvao/fix-11130

Update electron.rb
This commit is contained in:
Vítor Galvão 2015-05-11 10:55:51 +01:00
commit bb67aca117
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ cask :v1 => 'electron' do
homepage 'http://electron.atom.io/'
license :mit
stage_only true
app 'Electron.app'
binary 'Electron.app/Contents/MacOS/Electron'
end