timschneeb / GalaxyBudsClient

Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android
GNU General Public License v3.0
3.51k stars 190 forks source link

[REQ] Update the winget package for galaxybuds #522

Closed prakharb5 closed 2 months ago

prakharb5 commented 3 months ago

Is your feature request related to a problem? Please describe.

Please update the app package on winget, it is still using 4.6.0 even though 5.0.1 has been released

created an issue on winget-pkgs: https://github.com/microsoft/winget-pkgs/issues/161127

Dragon1573 commented 3 months ago

@timschneeb, sorry to ping you here. Since you're the publisher & repository owner of this package, I think the above PR should also be reviewed by you. ❤️


This package is directly released via GitHub Releases by GitHub Workflows. Are you willing to integrate WinGet Releaser v2 to your workflow? Once a newer version released, newer manifests of this version will immediately submit to winget source. Moderators can also easily be notified and speed up your PRs approval.

prakharb5 commented 3 months ago

winget is having issues detecting the installed version of the package :/ https://github.com/timschneeb/GalaxyBudsClient/issues/431#issuecomment-2205270535

image

Dragon1573 commented 3 months ago

image

This package does not write DisplayVersion into Windows Registry. winget.exe does not able to detect it. 😞

timschneeb commented 2 months ago

This package does not write DisplayVersion into Windows Registry.

This will be fixed in the next version. A while back, my CI build script stopped setting the correct version information. (Fixed in commit 85b88b58a8e203d37ce5ec6f626ed1b6b06d63e6)

timschneeb commented 2 months ago

v5.1.0 with the fix has been released. The update will be available soon in the WinGet repo too once this PR is merged: https://github.com/microsoft/winget-pkgs/pull/163373

Are you willing to integrate WinGet Releaser v2 to your workflow?

Yes, I've added it now. Thanks for the hint :+1: