glzr-io / zebar

Zebar is a tool for creating customizable and cross-platform taskbars, desktop widgets, and popups.
GNU General Public License v3.0
415 stars 29 forks source link

[Bug] Error adding Zebar to winget #63

Closed 2gn closed 2 weeks ago

2gn commented 3 months ago

I'm trying to add Zebar to winget-pkgs repository, but the maintainer says that the package version does not match.

See: https://github.com/microsoft/winget-pkgs/pull/160828#pullrequestreview-2151999310

Edit: I searched for "0.0.0" in this repository and found several files. Maybe these should be replaced by "1.3.0".

https://github.com/search?q=repo%3Aglzr-io%2Fzebar%200.0.0&type=code

lars-berger commented 1 month ago

Likely due to #51

michidk commented 2 weeks ago

zebar is now available on winget: https://github.com/microsoft/winget-pkgs/tree/master/manifests/g/glzr-io/zebar/1.8.1

MoaidHathot commented 2 weeks ago

We should also automate this via the Winget Releaser

michidk commented 2 weeks ago

I automated it in my winget repo for now: https://github.com/michidk/winget/blob/main/.github/workflows/update-packages.yml#L29

But of course, we could setup a action here as well

MoaidHathot commented 2 weeks ago

@michidk, yeah, I think the action should be part of this repo. It is more maintainable and transparent that way.

2gn commented 2 weeks ago

I'll close this issue since the main problem is resolved. Thank you!