Skip to content

Commit

Permalink
Fix triumph.rb: Remove DDP Player.app artifact (#21413)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
claui authored and vitorgalvao committed May 24, 2016
1 parent 05875d4 commit 6e13433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Casks/triumph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
license :commercial

app 'Triumph.app'
app 'Triumph.app/Contents/Applications/DDP Player.app'
end

0 comments on commit 6e13433

Please sign in to comment.