Update jxplorer to use set_permissions helper

This commit is contained in:
Josh Hagins 2015-08-02 12:58:14 -04:00 committed by Vítor Galvão
parent cffddf91e8
commit 2dcf1d64f1
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ cask :v1 => 'jxplorer' do
app "jxplorer-#{version}.app"
postflight do
system '/bin/chmod', '--', 'a+x', "#{staged_path}/jxplorer-#{version}.app/Contents/MacOS/jxplorer"
set_permissions "#{staged_path}/jxplorer-#{version}.app/Contents/MacOS/jxplorer", 'a+x'
end
end