mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add support for Granola (Windows) including winget input, installer/uninstaller scripts, and output metadata. Added ee/maintained-apps/inputs/winget/granola.json plus install/uninstall PowerShell scripts, and new ee/maintained-apps/outputs/granola/windows.json containing version 7.128.0, installer URL and script refs (with SHA256). Also register Granola in ee/maintained-apps/outputs/apps.json and update the frontend icon and website app image assets for Granola.
13 lines
465 B
JSON
13 lines
465 B
JSON
{
|
|
"name": "Granola",
|
|
"slug": "granola/windows",
|
|
"package_identifier": "Granola.Granola",
|
|
"unique_identifier": "Granola",
|
|
"fuzzy_match_name": true,
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "user",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/granola_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/granola_uninstall.ps1",
|
|
"default_categories": ["Productivity"]
|
|
}
|