Merge pull request #3308 from rolandwalker/path-finder_after_install

path-finder `after_install`: full paths+list form
This commit is contained in:
Roland Walker 2014-03-01 14:28:22 -05:00
commit 993ea9898b
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ class PathFinder < Cask
after_install do
# Don't ask to move the app bundle to /Applications
system 'defaults write com.cocoatech.PathFinder kNTMoveToApplicationsFolderAlertSuppress -bool true'
system '/usr/bin/defaults', 'write', 'com.cocoatech.PathFinder', 'kNTMoveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end