mirror of
https://github.com/Installomator/Installomator.git
synced 2026-02-17 04:02:10 +00:00
Webex Teams now "Webex" #615
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"
;;
@scriptingosx commented on GitHub:
thank you!