Files
Allen Houchins a6d609ec76 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.
2026-05-11 22:18:25 -05:00

10 lines
316 B
JSON

{
"name": "OpenVPN Connect",
"unique_identifier": "org.openvpn.client.app",
"token": "openvpn-connect",
"installer_format": "dmg",
"slug": "openvpn-connect/darwin",
"default_categories": ["Productivity"],
"install_script_path": "ee/maintained-apps/inputs/homebrew/scripts/openvpn-connect-install.sh"
}