Skip to content

Tags: bmdbtech/winget-cli

Tags

v1.11.400

Toggle v1.11.400's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Swap WinForm for native window proc (microsoft#5530)

## Issue
The recent addition of a hidden WinForm pulled in a number of binaries
that in total were over 30 MB. This is overkill for what we needed.

## Change
Replace that hidden WinForm with a native window proc handler.