mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-07 14:23:11 +01:00
new labels after merge
This commit is contained in:
13
fragments/labels/webex.txt
Normal file
13
fragments/labels/webex.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
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