From 57c5fe12b5048e3d42b1ecd367bfe091a22addd1 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Thu, 4 Aug 2016 15:12:08 +0100 Subject: [PATCH] Repair cask vlc-nightly: App source is not there (#2398) Error: It seems the App source is not there: '/usr/local/Caskroom/vlc-nightly/latest/vlc-3.0.0-git/VLC.app' - Added correct container type `dmg` - Added target to allow installation alongside current VLC.app, sharing prefs. - Added two caveats(!) Remove caveats and target --- Casks/vlc-nightly.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/vlc-nightly.rb b/Casks/vlc-nightly.rb index c8353a39a..2e5044943 100644 --- a/Casks/vlc-nightly.rb +++ b/Casks/vlc-nightly.rb @@ -9,5 +9,5 @@ cask 'vlc-nightly' do depends_on macos: '>= :lion' - app 'vlc-3.0.0-git/VLC.app' + app 'VLC.app' end