mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-03 06:13:12 +01:00
Merge pull request #164 from midni9ht/webexteams-patch
Updated 'webexteams' for Apple Silicon support
This commit is contained in:
@@ -2764,9 +2764,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