TeamViewer Quick(Support|Join) (#32978)

* Add TeamViewer QuickJoin (latest)

* Add TeamViewer QuickSupport (latest)
This commit is contained in:
Vítor Galvão 2017-04-26 01:26:57 +01:00 committed by Miccal Matthews
parent c78638ba2a
commit 7bed7fb004
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
cask 'teamviewer-quickjoin' do
version :latest
sha256 :no_check
url 'https://download.teamviewer.com/download/TeamViewerQJ.dmg'
name 'TeamViewer QuickJoin'
name 'TeamViewer QJ'
homepage 'https://www.teamviewer.com/'
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'TeamViewerQJ.app', target: 'TeamViewer QuickJoin.app'
end

View File

@ -0,0 +1,12 @@
cask 'teamviewer-quicksupport' do
version :latest
sha256 :no_check
url 'https://download.teamviewer.com/download/TeamViewerQS.dmg'
name 'TeamViewer QuickSupport'
name 'TeamViewer QS'
homepage 'https://www.teamviewer.com/'
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'TeamViewerQS.app', target: 'TeamViewer QuickSupport.app'
end