mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 18:37:37 +00:00
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.
11 lines
339 B
JSON
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"]
|
|
}
|