fleet/ee/maintained-apps/inputs/winget/8x8-work.json
Allen Houchins 7e0aad7895
Add 8x8 Work as a Windows FMA (#37236)
This pull request adds support for the "8x8 Work" application on Windows
to the maintained apps system. The changes introduce input and output
definitions for the app, including installation and uninstallation
scripts, version metadata, and an entry in the global apps listing.

**Addition of 8x8 Work (Windows) application:**

* Added a new input definition for `8x8 Work` in `winget` format,
specifying package identifiers, architecture, installer type, and
default categories.
* Created an output file for `8x8 Work` on Windows, including version
metadata, installer and uninstaller scripts, SHA256 hash, upgrade code,
and detection SQL query.
* Added `8x8 Work` (Windows) entry to the global `apps.json` file,
including description and unique identifier.
2025-12-13 21:10:20 -06:00

10 lines
255 B
JSON

{
"name": "8x8 Work",
"slug": "8x8-work/windows",
"package_identifier": "8x8.Work",
"unique_identifier": "8x8 Work",
"installer_arch": "x64",
"installer_type": "msi",
"installer_scope": "machine",
"default_categories": ["Communication"]
}