mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add Windows support for Linear: new winget input (ee/maintained-apps/inputs/winget/linear.json) with installer metadata and category, plus install/uninstall PowerShell scripts. Add output metadata (ee/maintained-apps/outputs/linear/windows.json) including a version entry, installer URL, sha256 and script refs, and register the app in apps.json. Update frontend icon component to reference a new PNG and add the image asset. <!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #43501
13 lines
466 B
JSON
13 lines
466 B
JSON
{
|
|
"name": "Linear",
|
|
"slug": "linear/windows",
|
|
"package_identifier": "LinearOrbit.Linear",
|
|
"unique_identifier": "Linear",
|
|
"fuzzy_match_name": true,
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/linear_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/linear_uninstall.ps1",
|
|
"default_categories": ["Productivity"]
|
|
}
|