mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Bump Cursor to 3.0.12 and Docker to 4.67.0: update installer URLs and SHA256 hashes, add 'patched' SQL queries for version checks in Windows outputs, and normalize default_categories from "Developer Tools" to "Developer tools" in winget inputs and outputs.
12 lines
459 B
JSON
12 lines
459 B
JSON
{
|
|
"name": "Docker Desktop",
|
|
"slug": "docker/windows",
|
|
"package_identifier": "Docker.DockerDesktop",
|
|
"unique_identifier": "Docker Desktop",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/docker_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/docker_uninstall.ps1",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Developer tools"]
|
|
}
|