fleet/ee/maintained-apps/inputs/winget/clickup.json
Allen Houchins b3b2754688
Add ClickUp as a Windows FMA (#36942)
This pull request adds support for the Windows version of ClickUp to the
maintained apps system. The changes introduce new metadata, installer
information, and management scripts for ClickUp on Windows, ensuring it
can be properly discovered, installed, and uninstalled through the
platform.

**Addition of ClickUp for Windows:**

* Added a new input manifest `clickup.json` for ClickUp in
`ee/maintained-apps/inputs/winget`, specifying package details and
default categories.
* Updated `apps.json` to include ClickUp for Windows, with platform
information and a descriptive entry for discoverability.

**Installer and management scripts:**

* Created `clickup/windows.json` in outputs, defining the available
version, installer URL, install/uninstall PowerShell scripts, SHA256
hash, and upgrade code for ClickUp on Windows.
2025-12-08 19:12:33 -06:00

10 lines
258 B
JSON

{
"name": "ClickUp",
"slug": "clickup/windows",
"package_identifier": "ClickUp.ClickUp",
"unique_identifier": "ClickUp",
"installer_arch": "x64",
"installer_type": "msi",
"installer_scope": "machine",
"default_categories": ["Productivity"]
}