mirror of
https://github.com/fleetdm/fleet
synced 2026-05-02 02:47:30 +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
280 B
JSON
9 lines
280 B
JSON
{
|
|
"name": "Slack",
|
|
"unique_identifier": "com.tinyspeck.slackmacgap",
|
|
"token": "slack",
|
|
"installer_format": "pkg",
|
|
"slug": "slack/darwin",
|
|
"default_categories": ["Communication"],
|
|
"install_script_path": "ee/maintained-apps/inputs/homebrew/scripts/slack_install.sh"
|
|
}
|