add toontown launcher.app

Closes #8035.
This commit is contained in:
mgracer48 2014-12-11 18:47:24 +01:00 committed by Vítor Galvão
parent db361297da
commit ba8f70b727
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
cask :v1 => 'toontown-rewritten' do
version :latest
sha256 :no_check
url 'https://download.toontownrewritten.com/launcher/mac/toontown_launcher_latest.dmg'
name 'Toontown Rewritten'
name 'Toontown Launcher'
homepage 'https://toontownrewritten.com'
license :unknown
# Renamed for consistency: app name is different in the Finder and in a shell.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/8037
app 'Toontown Launcher.app', :target => 'Toontown Rewritten.app'
end