mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
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.
10 lines
258 B
JSON
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"]
|
|
}
|