mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
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.
10 lines
255 B
JSON
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"]
|
|
}
|