Webex Teams now "Webex" #615

Closed
opened 2026-01-19 18:34:42 +00:00 by michael · 1 comment
Owner

Originally created by @timelost11 on GitHub.

Found out that the Webex Teams app is now just called "Webex".

I was able to update the installomator script with the following to allow the installation to work with the new name.

By changing name to "Webex" from "Webex Teams" the install is now running successfully again.

webexteams)
# credit: Erik Stam (@erikstam)
name="Webex"
type="dmg"
downloadURL="https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/WebexTeams.dmg"
expectedTeamID="DE8Y96K9QP"
;;

Originally created by @timelost11 on GitHub. Found out that the Webex Teams app is now just called "Webex". I was able to update the installomator script with the following to allow the installation to work with the new name. By changing name to "Webex" from "Webex Teams" the install is now running successfully again. webexteams) # credit: Erik Stam (@erikstam) name="Webex" type="dmg" downloadURL="https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/WebexTeams.dmg" expectedTeamID="DE8Y96K9QP" ;;
Author
Owner

@scriptingosx commented on GitHub:

thank you!

@scriptingosx commented on GitHub: thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Installomator/Installomator#615