Browse Source

use new postflight method in flux-beta.rb

`suppress_move_to_applications`
master
Roland Walker 10 years ago
parent
commit
7c11f177ef
  1. 3
      Casks/flux-beta.rb

3
Casks/flux-beta.rb

@ -9,7 +9,6 @@ cask :v1 => 'flux-beta' do
app 'Flux.app'
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'org.herf.Flux', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
suppress_move_to_applications
end
end

Loading…
Cancel
Save