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.
14 lines
482 B
JSON
14 lines
482 B
JSON
{
|
|
"name": "RStudio",
|
|
"slug": "rstudio/windows",
|
|
"package_identifier": "Posit.RStudio",
|
|
"unique_identifier": "RStudio",
|
|
"program_publisher": "Posit Software",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Developer tools"],
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/rstudio_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/rstudio_uninstall.ps1"
|
|
}
|