Path Finder: Suppress move to /Applications prompt

This commit is contained in:
Scott Reeves 2013-12-07 00:08:55 -05:00
parent ab0dd7260c
commit dac3a75b12
1 changed files with 5 additions and 0 deletions

View File

@ -4,4 +4,9 @@ class PathFinder < Cask
version 'latest'
no_checksum
link 'Path Finder.app'
after_install do
# Don't ask to move the app bundle to /Applications
system 'defaults write com.cocoatech.PathFinder kNTMoveToApplicationsFolderAlertSuppress -bool true'
end
end