mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-16 14:18:55 +01: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:
+6
-2
@@ -2582,9 +2582,13 @@ webexmeetings)
|
|||||||
;;
|
;;
|
||||||
webexteams)
|
webexteams)
|
||||||
# credit: Erik Stam (@erikstam)
|
# credit: Erik Stam (@erikstam)
|
||||||
name="Webex Teams"
|
name="Webex"
|
||||||
type="dmg"
|
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"
|
expectedTeamID="DE8Y96K9QP"
|
||||||
;;
|
;;
|
||||||
whatsapp)
|
whatsapp)
|
||||||
|
|||||||
Reference in New Issue
Block a user