Browse Source

Merge pull request #170 from vitorgalvao/flux-changes

added command to flux beta not ask to move the app bundle to /Applicatio...
master
Vítor Galvão 11 years ago
parent
commit
e543bda42b
  1. 5
      Casks/flux-beta.rb

5
Casks/flux-beta.rb

@ -4,4 +4,9 @@ class FluxBeta < Cask
version 'latest' version 'latest'
no_checksum no_checksum
link 'Flux.app' link 'Flux.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'org.herf.Flux', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end end

Loading…
Cancel
Save