Merge pull request #9895 from szhu/master

Fix hex-fiend with chmod go=u
This commit is contained in:
Vítor Galvão 2015-03-15 12:09:45 +01:00
commit 8364a333d9
1 changed files with 4 additions and 0 deletions

View File

@ -8,4 +8,8 @@ cask :v1 => 'hex-fiend' do
license :bsd
app 'Hex Fiend.app'
postflight do
system '/bin/chmod', '-R', 'og=u', "#{staged_path}/Hex Fiend.app/Contents/Frameworks/Sparkle.framework"
end
end