Browse Source

pre/postflight stanza in beyond-compare-4-beta

master
Roland Walker 10 years ago
parent
commit
4fcf90d613
  1. 2
      Casks/beyond-compare-4-beta.rb

2
Casks/beyond-compare-4-beta.rb

@ -7,7 +7,7 @@ class BeyondCompare4Beta < Cask
link 'Beyond Compare.app' link 'Beyond Compare.app'
after_install do postflight do
# Don't ask to move the app bundle to /Applications # Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.ScooterSoftware.BeyondCompare', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true' system '/usr/bin/defaults', 'write', 'com.ScooterSoftware.BeyondCompare', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end end

Loading…
Cancel
Save