mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-15 22:07:13 +01:00
finished updating labels
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
webex|\
|
||||
webexteams)
|
||||
# credit: Erik Stam (@erikstam)
|
||||
name="Webex"
|
||||
type="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"
|
||||
;;
|
||||
Reference in New Issue
Block a user