Zoom Room label

This commit is contained in:
Søren Theilgaard
2021-07-16 09:48:24 +02:00
committed by GitHub
parent e8a9fab851
commit d2422653d5

View File

@@ -2993,6 +2993,15 @@ zoomclient)
blockingProcesses=( zoom.us )
#blockingProcessesMaxCPU="5"
;;
zoomrooms)
   name="ZoomRooms"
   type="pkg"
   packageID="us.zoom.pkg.zp"
   downloadURL="https://zoom.us/client/latest/ZoomRooms.pkg"
   appNewVersion="$(curl -fsIL ${downloadURL} | grep -i location | cut -d "/" -f5)"
   expectedTeamID="BJ4HAAB9B3"
blockingProcesses=( "ZoomPresence" )
   ;;
zulujdk11)
name="Zulu JDK 11"
type="pkgInDmg"