You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
387 B

cask :v1 => 'flux-beta' do
version :latest
sha256 :no_check
url 'https://justgetflux.com/mac/fluxbeta.zip'
homepage 'https://justgetflux.com/'
license :unknown
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'
end
end