fleet/ee/maintained-apps/inputs/homebrew/cloudflare-warp.json
Ian Littman 79d431e364
Unfreeze Cloudflare Warp macOS FMA (#31549)
This removes one invocation of the Cloudflare WARP uninstall script, but
we manually add the script run via post-uninstall script, so we can
continue using the upstream script.
2025-08-20 16:40:38 -05:00

11 lines
339 B
JSON

{
"name": "Cloudflare WARP",
"slug": "cloudflare-warp/darwin",
"unique_identifier": "com.cloudflare.1dot1dot1dot1.macos",
"token": "cloudflare-warp",
"installer_format": "pkg",
"post_uninstall_scripts": [
"/Applications/Cloudflare\\ WARP.app/Contents/Resources/uninstall.sh"
],
"default_categories": ["Productivity"]
}