Browse Source

Add name and zap stanza to Flux Beta

master
Michael 10 years ago
parent
commit
98d5bdb025
  1. 5
      Casks/flux-beta.rb

5
Casks/flux-beta.rb

@ -3,12 +3,15 @@ cask :v1 => 'flux-beta' do
sha256 :no_check sha256 :no_check
url 'https://justgetflux.com/mac/fluxbeta.zip' url 'https://justgetflux.com/mac/fluxbeta.zip'
name 'f.lux'
homepage 'https://justgetflux.com/' homepage 'https://justgetflux.com/'
license :unknown license :gratis
app 'Flux.app' app 'Flux.app'
postflight do postflight do
suppress_move_to_applications suppress_move_to_applications
end end
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end end

Loading…
Cancel
Save