homebrew-cask/Casks/path-finder.rb

20 lines
473 B
Ruby

cask 'path-finder' do
version :latest
sha256 :no_check
url 'http://get.cocoatech.com/PF7.zip'
name 'Path Finder'
homepage 'https://www.cocoatech.com/pathfinder/'
app 'Path Finder.app'
postflight do
suppress_move_to_applications key: 'kNTMoveToApplicationsFolderAlertSuppress'
end
zap delete: [
'~/Library/Preferences/com.cocoatech.PathFinder.plist',
'~/Library/Application Support/Path Finder',
]
end