mirror of
https://github.com/fleetdm/fleet
synced 2026-05-03 03:17:21 +00:00
This pull request adds support for the Cisco Jabber application on Windows, including its metadata, installation, and uninstallation details. It also corrects the ordering of the TablePlus app entry in the output list. The most important changes are: **New application support:** * Added a new input manifest for Cisco Jabber in `winget/cisco-jabber.json`, specifying its package details and default category. * Added Cisco Jabber to `apps.json` output, including its name, slug, platform, and unique identifier. * Created a new output file `cisco-jabber/windows.json` with version information, installation/uninstallation scripts, installer URL, SHA256 hash, and upgrade code for Cisco Jabber. **App list correction:** * Corrected the ordering of the TablePlus entry in `apps.json` output to ensure proper listing.
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"name": "Cisco Jabber",
|
|
"slug": "cisco-jabber/windows",
|
|
"package_identifier": "Cisco.Jabber",
|
|
"unique_identifier": "Cisco Jabber",
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Communication"]
|
|
}
|