Update FMA guide and added Omnissa Horizon icon (#32602)

Linked icon generation script in FMA guide
Added app icon for Omnissa Horizon Client
This commit is contained in:
Jonathan Katz
2025-09-04 15:46:30 -04:00
committed by GitHub
parent c0903c2db2
commit 2ef607db6d
4 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ The script should be added to the `inputs/homebrew/scripts` directory.
4. If the PR passes validation, the validator will also execute the test criteria in the QA section of the issue. If tests fail, add feedback in the PR comments. If the test failure(s) cannot be addressed by the contributor, close the PR and move the issue to the Drafting board for prioritization. If tests pass, the PR is approved and merged.
5. The validator is responsible for adding the icon to Fleet (e.g. the TypeScript and website PNG components of [#29175](https://github.com/fleetdm/fleet/pull/29175/files)).
5. The validator is responsible for adding the icon to Fleet (e.g. the TypeScript and website PNG components of [#29175](https://github.com/fleetdm/fleet/pull/29175/files)). These can be generated using the [generate-icons](https://github.com/fleetdm/fleet/tree/main/tools/software/icons) script.
6. QA ensures the icon is added to Fleet
File diff suppressed because one or more lines are too long
@@ -38,6 +38,7 @@ import WindowsDefender from "./WindowsDefender";
import WhatsApp from "./WhatsApp";
import Postman from "./Postman";
import OnePassword from "./OnePassword";
import OmnissaHorizonClient from "./OmnissaHorizonClient";
import AmazonDCV from "./AmazonDCV";
import IntuneCompanyPortal from "./IntuneCompanyPortal";
import Santa from "./Santa";
@@ -83,6 +84,7 @@ export const SOFTWARE_NAME_TO_ICON_MAP = {
"beyond compare": BeyondCompare,
iterm2: ITerm,
"vnc viewer": VncViewer,
"omnissa horizon client": OmnissaHorizonClient,
} as const;
// Maps all known Linux platforms to the LinuxOS icon
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB