homebrew-cask-versions/Casks/changes-meter.rb
Roland Walker be3b57c51d use list form for system in changes-meter.rb
and give full path to `defaults` executable
2014-08-19 10:35:52 -04:00

13 lines
399 B
Ruby

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