mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 18:37:37 +00:00
- Switching 1Password, Slack, and Zoom to use universal installers instead of ARM specific installers - Added code to ensure sha256: no_check was added to Google Chrome since we aren't using a homebrew source for its installer url - Added logic to Zoom install script to relaunch after successful update if app was previously running
9 lines
276 B
JSON
9 lines
276 B
JSON
{
|
|
"name": "Zoom",
|
|
"slug": "zoom/darwin",
|
|
"unique_identifier": "us.zoom.xos",
|
|
"token": "zoom-for-it-admins",
|
|
"installer_format": "pkg",
|
|
"default_categories": ["Communication"],
|
|
"install_script_path": "ee/maintained-apps/inputs/homebrew/scripts/zoom_install.sh"
|
|
}
|