Add OpenVPN Connect as a macOS FMA (#45174)

Add OpenVPN Connect to maintained apps: create a Homebrew input manifest
and add an apps.json entry. Add a darwin output with version 3.8.1
(installer URL, sha256) plus install/uninstall script refs that handle
quitting/relaunching and cleanup. Add frontend icon component and
register it in the icon map, and include the app icon asset. Default
category set to Productivity.
This commit is contained in:
Allen Houchins
2026-05-11 22:18:25 -05:00
committed by GitHub
parent 6013f13317
commit a6d609ec76
7 changed files with 209 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -24,6 +24,7 @@ import Nextcloud from "./Nextcloud";
import Notepad from "./Notepad++";
import OktaVerify from "./OktaVerify";
import Ollama from "./Ollama";
import OpenvpnConnect from "./OpenvpnConnect";
import Proxifier from "./Proxifier";
import Proxyman from "./Proxyman";
import Putty from "./Putty";
@@ -430,6 +431,7 @@ export const SOFTWARE_NAME_TO_ICON_MAP = {
omnigraffle: OmniGraffle,
"omnissa horizon client": OmnissaHorizonClient,
onedrive: OneDrive,
"openvpn connect": OpenvpnConnect,
opera: Opera,
orbstack: OrbStack,
package: Package,