mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Add support for Druva inSync: new winget input (ee/maintained-apps/inputs/winget/druva-insync.json), app metadata (added entry in ee/maintained-apps/outputs/apps.json) and platform-specific output with version, installer URL, installer/uninstaller script refs, sha256 and upgrade_code (ee/maintained-apps/outputs/druva-insync/windows.json). Also add frontend icon component and mapping (frontend/pages/SoftwarePage/components/icons/DruvaInSync.tsx and index.ts) plus the PNG asset (website/assets/images/app-icon-druva-insync-60x60@2x.png) so the app is manageable and visually represented in the UI. <!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #43702
11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"name": "Druva inSync",
|
|
"slug": "druva-insync/windows",
|
|
"package_identifier": "Druva.inSync",
|
|
"unique_identifier": "Druva inSync",
|
|
"fuzzy_match_name": true,
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"]
|
|
}
|