fx
fx copied to clipboard
Automate winget release
Could this app have automated winget releases? Winget is the official Windows “package manager”.
You could push GitHub releases to winget with GitHub workflows in two steps.
-
Submit a manifest to microsoft/winget-pkgs. Example: https://github.com/sxyazi/yazi/issues/1088
-
Create an GitHub Action that publishes to winget on a release. Example: https://github.com/sxyazi/yazi/pull/1299
Sure! I can add GH workflow to publish to winget.
But you need first to add fx to winget repo https://github.com/microsoft/winget-pkgs/tree/master/manifests/a/antonmedv I do not have time to do this myself.