Add HockeyApp.app v2.0

Will add the newly released HockeyApp
This commit is contained in:
Lukas Spieß 2014-03-13 03:49:08 +01:00
parent 48cde97614
commit df9798e4cc
1 changed files with 12 additions and 0 deletions

12
Casks/hockey-app.rb Normal file
View File

@ -0,0 +1,12 @@
class HockeyApp < Cask
url 'https://rink.hockeyapp.net/api/2/apps/67503a7926431872c4b6c1549f5bd6b1?format=zip'
homepage 'http://hockeyapp.net/releases/mac/'
version 'latest'
no_checksum
link 'HockeyApp.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.hockeyapp.mac', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end