mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Updated 'webexteams' for Apple Silicon support
'Webex Teams' changed its application name to just 'Webex'. Also there is an Apple Silicon version available now. Should solve #156
This commit is contained in:
@@ -2582,9 +2582,13 @@ webexmeetings)
|
||||
;;
|
||||
webexteams)
|
||||
# credit: Erik Stam (@erikstam)
|
||||
name="Webex Teams"
|
||||
name="Webex"
|
||||
type="dmg"
|
||||
downloadURL="https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/WebexTeams.dmg"
|
||||
if [[ $(arch) == arm64 ]]; then
|
||||
downloadURL="https://binaries.webex.com/WebexDesktop-MACOS-Apple-Silicon-Gold/Webex.dmg"
|
||||
elif [[ $(arch) == i386 ]]; then
|
||||
downloadURL="https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/Webex.dmg"
|
||||
fi
|
||||
expectedTeamID="DE8Y96K9QP"
|
||||
;;
|
||||
whatsapp)
|
||||
|
||||
Reference in New Issue
Block a user