-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Instead of callin WinGet commands from PowerShell as a subprocess, it would be better to use the Common Object Model (COM) APIs that WinGet provides.
This should be possible using Kotlin's cinterop functionality.
The COM APIs will provide structured data as the output so that raw text doesn’t need to be parsed. They may, in many cases, even be faster and more efficient than calling the CLI in a background process
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels