From 3d3114515aa2eb09b24348f3125b757f19e0f8ea Mon Sep 17 00:00:00 2001 From: Fletcher Salesky Date: Wed, 17 Aug 2022 15:28:26 -0700 Subject: [PATCH] Create zoomoutlookplugin.sh --- fragments/labels/zoomoutlookplugin.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fragments/labels/zoomoutlookplugin.sh diff --git a/fragments/labels/zoomoutlookplugin.sh b/fragments/labels/zoomoutlookplugin.sh new file mode 100644 index 0000000..15d45d5 --- /dev/null +++ b/fragments/labels/zoomoutlookplugin.sh @@ -0,0 +1,10 @@ +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" ) + ;;