Add Winget input manifests for multiple maintained apps (Amazon DCV client/server, Dell Command Update, Dell Display Manager, Lenovo Dock Manager, Microsoft Remote Help, Nessus Agent, Plantronics Hub, Power Automate, PowerToys, and RStudio). Include corresponding install/uninstall PowerShell helper scripts under ee/maintained-apps/inputs/winget/scripts and add Windows output metadata (versions, installer URLs, checksums, installer/uninstaller refs) under ee/maintained-apps/outputs/*/windows.json. Also update ee/maintained-apps/outputs/apps.json to reflect the new entries. These additions enable automated install/uninstall and fleet management for the new Winget-backed apps.
15 lines
578 B
JSON
15 lines
578 B
JSON
{
|
|
"name": "Dell Command Update",
|
|
"slug": "dell-command-update/windows",
|
|
"package_identifier": "Dell.CommandUpdate",
|
|
"unique_identifier": "Dell Command",
|
|
"fuzzy_match_name": "Dell Command %Update",
|
|
"program_publisher": "Dell Inc.",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"],
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/dell_command_update_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/dell_command_update_uninstall.ps1"
|
|
}
|