mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Change Claude package from EXE to MSIX: update input metadata, replace the installer script to provision the MSIX machine-wide and attempt per-user registration, and rewrite the uninstaller to remove provisioned and installed Appx packages (with best-effort package matching, timeout handling, and safer error reporting). Update Windows output metadata: bump version, update installer URL and sha256, and refresh install/uninstall script refs to the new MSIX-based implementations.
12 lines
434 B
JSON
12 lines
434 B
JSON
{
|
|
"name": "Claude",
|
|
"slug": "claude/windows",
|
|
"package_identifier": "Anthropic.Claude",
|
|
"unique_identifier": "Claude",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/claude_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/claude_uninstall.ps1",
|
|
"installer_arch": "x64",
|
|
"installer_type": "msix",
|
|
"installer_scope": "user",
|
|
"default_categories": ["Productivity"]
|
|
}
|