From f39480032edbb1edf6261cce040a39a4996bf78d Mon Sep 17 00:00:00 2001 From: not Date: Sun, 12 Jan 2020 09:39:42 -0600 Subject: [PATCH] Add league displays cask (#75428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add League Displays cask Wallpaper/screensaver app featuring League of Legends art from Riot Games * Format file via cask style * Update league-displays.rb Co-authored-by: Vítor Galvão --- Casks/league-displays.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Casks/league-displays.rb diff --git a/Casks/league-displays.rb b/Casks/league-displays.rb new file mode 100644 index 00000000000..604ab36d4bb --- /dev/null +++ b/Casks/league-displays.rb @@ -0,0 +1,17 @@ +cask 'league-displays' do + version :latest + sha256 :no_check + + # screensaver.riotgames.com was verified as official when first introduced to the cask + url 'https://screensaver.riotgames.com/v2/installer/latest/League%20Displays.dmg' + name 'League Displays' + homepage 'https://leagueoflegends.com/en/featured/league-displays' + + app 'LeagueDisplays.app' + + zap trash: [ + '~/Library/Logs/LeagueDisplays-Configurator.log', + '~/Library/Application Support/LolScreenSaver', + '~/Library/Screen Savers/League.saver', + ] +end