microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.36k stars 1.45k forks source link

Add support for icons via COM APIs #3026

Closed denelon closed 1 year ago

denelon commented 1 year ago

Description of the new feature / enhancement

Related to:

I want to be able to expose icons via the COM API so a GUI can display package icons.

Proposed technical implementation details

No response

denelon commented 1 year ago

Hey everyone,

We're working on supporting icons for the Dev Home UI. We're going to start populating icons based on what we detect during validation. This will be part of the 1.5 release. As an FYI, the community repository will not accept that metadata in PRs, but it will be supported via the REST API for LOB (Line of Business) packages and it will also improve the experience in Intune and will be available for other MDM implementations.

denelon commented 1 year ago