Description
Is your feature request related to a problem? Please describe.
Great to see windows support finally live in #997 thanks for that!
It would be great to publish nginx-ui to winget-pkgs, windows package manager. Komac do not support .tar.gz
compression, so I tried hacking something with the portable installer, not sure it'll get accepted as-is. The submission of the package installer to the registry is visible in PR here microsoft/winget-pkgs#269830
Describe the solution you'd like
Could you add standard zip portable exe in the releases? Would make sure the installer can be pushed via Komac. At the moment, once installed I cannot run nginx-ui.
Describe alternatives you've considered
Get the winget-pkgs PR accepted with the .tar.gz
portable installer
Additional context
Once this gets accepted, it would be great to automatically push new installer on every github release via a github action workflow. See example here