From 35187eade7ca4153e24386f2540cfd0bdb392a85 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 22 Oct 2014 08:42:49 -0400 Subject: [PATCH] remove manual_installer from league_of_legends From what I can tell by reading, this is an ordinary `app` artifact. It cannot be both `app` and `installer :manual`. closes #6870 --- Casks/league-of-legends.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Casks/league-of-legends.rb b/Casks/league-of-legends.rb index b156353c8604..bbe8c40c8955 100644 --- a/Casks/league-of-legends.rb +++ b/Casks/league-of-legends.rb @@ -7,7 +7,4 @@ class LeagueOfLegends < Cask license :unknown app 'League of Legends.app' - caveats do - manual_installer 'League of Legends.app' - end end