homebrew-cask-versions/Casks/changes-meter.rb
2014-06-03 16:29:39 +02:00

11 lines
386 B
Ruby

class ChangesMeter < Cask
url 'http://intuiware.com/downloads/changes-meter'
homepage 'http://intuiware.com/apps/changes-meter'
version 'latest'
sha256 :no_check
link 'Changes Meter.app'
after_install do
# Don't ask to move the app bundle to /Applications
system 'defaults write com.intuiware.ChangesMeter moveToApplicationsFolderAlertSuppress -bool true'
end
end