mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
11 lines
406 B
Bash
11 lines
406 B
Bash
zoomoutlookplugin)
|
|
name="Zoom Outlook Plugin"
|
|
appName="PluginLauncher.app"
|
|
targetDir="/Applications/ZoomOutlookPlugin"
|
|
type="pkg"
|
|
downloadURL="https://zoom.us/client/latest/ZoomMacOutlookPlugin.pkg"
|
|
appNewVersion="$(curl -fsIL ${downloadURL} | grep -i ^location | cut -d "/" -f5 | cut -d "." -f1-3)"
|
|
expectedTeamID="BJ4HAAB9B3"
|
|
blockingProcesses=( "PluginLauncher" )
|
|
;;
|