mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-30 22:04:17 +01:00
Create zoomoutlookplugin.sh
This commit is contained in:
10
fragments/labels/zoomoutlookplugin.sh
Normal file
10
fragments/labels/zoomoutlookplugin.sh
Normal file
@@ -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" )
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user