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
364 B

11 years ago
class FluxBeta < Cask
version 'latest'
sha256 :no_check
10 years ago
url 'https://justgetflux.com/mac/fluxbeta.zip'
homepage 'https://justgetflux.com/'
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
11 years ago
end