fx icon indicating copy to clipboard operation
fx copied to clipboard

Automate winget release

Open ykhan21 opened this issue 4 months ago • 1 comments

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.

  1. Submit a manifest to microsoft/winget-pkgs. Example: https://github.com/sxyazi/yazi/issues/1088

  2. Create an GitHub Action that publishes to winget on a release. Example: https://github.com/sxyazi/yazi/pull/1299

ykhan21 avatar Aug 30 '25 18:08 ykhan21

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.

antonmedv avatar Aug 31 '25 09:08 antonmedv