Browse Source

Merge pull request #580 from rolandwalker/use_suppress_move_to_applications

use `suppress_move_to_applications` in flux-beta.rb
master
Roland Walker 10 years ago
parent
commit
ebbc42c657
  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