From bbb7ace88d21192efc52d5fa1e162f31101031b1 Mon Sep 17 00:00:00 2001 From: Claudia Date: Tue, 24 May 2016 16:45:39 +0200 Subject: [PATCH] Fix triumph.rb: Remove DDP Player.app artifact MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triumph.app contains in its bundle three helper tools. Those tools are meant to be accessed from the menu bar while using Triumph. One of those tools, DDP Player.app, is defined as an artifact though. With upcoming PR #13966, `cask install` would rip out DDP Player.app from the bundle. As a consequence, invoking the *DDP Player* menu item would cause Triumph to crash. This commit fixes the issue by removing the artifact altogether. All the tools (including DDP Player) should be launched from the *Tools* menu as intended, e. g.: > Triumph » Tools » DDP Player --- Casks/triumph.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Casks/triumph.rb b/Casks/triumph.rb index 3d38bac55d13..a895712f1bd3 100644 --- a/Casks/triumph.rb +++ b/Casks/triumph.rb @@ -8,5 +8,4 @@ license :commercial app 'Triumph.app' - app 'Triumph.app/Contents/Applications/DDP Player.app' end