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
293 B
JSON
9 lines
293 B
JSON
{
|
|
"name": "1Password",
|
|
"unique_identifier": "com.1password.1password",
|
|
"token": "1password",
|
|
"installer_format": "pkg",
|
|
"slug": "1password/darwin",
|
|
"default_categories": ["Productivity"],
|
|
"install_script_path": "ee/maintained-apps/inputs/homebrew/scripts/1password_install.sh"
|
|
}
|