mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1195] Publish winget package and automate new releases workflow #2462
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#2462
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jo-chemla on GitHub (Jun 30, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1195
Is your feature request related to a problem? Please describe.
Great to see windows support finally live in https://github.com/0xJacky/nginx-ui/pull/997 thanks for that!
It would be great to publish nginx-ui to winget-pkgs, windows package manager. Komac do not support
.tar.gzcompression, 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 https://github.com/microsoft/winget-pkgs/pull/269830Describe 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.gzportable installerAdditional 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