From 47ae395138f55a519335eb94d041ded171707f4d Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 22 Jan 2014 14:15:13 -0500 Subject: [PATCH] link CrushFTP6.app instead of parent dir --- Casks/crushftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/crushftp.rb b/Casks/crushftp.rb index f34749c6e5..39b2b364b1 100644 --- a/Casks/crushftp.rb +++ b/Casks/crushftp.rb @@ -3,5 +3,5 @@ class Crushftp < Cask homepage 'https://www.crushftp.com' version 'latest' no_checksum - link 'CrushFTP6_OSX' + link 'CrushFTP6_OSX/CrushFTP6.app' end