Added permissions fix after_install for VoiceMac

This commit is contained in:
Sean Zhu 2014-04-18 12:28:15 -07:00
parent 2f6cb62efc
commit f6833c49aa
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@ class Voicemac < Cask
version 'latest'
no_checksum
link 'VoiceMac/VoiceMac.app'
after_install do
system '/bin/chmod', 'a+r', "#{destination_path}/VoiceMac/VoiceMac.app/Contents/Info.plist"
end
end