[Package Issue]: GIGABYTE.GigabyteControlCenter #202058
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
This work item needs to be triaged by a member of the core team.
Please confirm these before moving forward
Category of the issue
Installation issue.
Brief description of your issue
GIGABYTE.GigabyteControlCenter.installer.yaml specifies "InstallerUrl: https://download.gigabyte.cn/FileList/Utility/GCC_24.12.06.01.zip" but after successful installation, a previous version is installed.
Steps to reproduce
winget update GIGABYTE.GigabyteControlCenter
cd C:\Program Files\GIGABYTE\Control Center
Get-ChildItem -Recurse -File | Where-Object { $_.Extension -notin ".exe", ".dll" } | Select-String -Pattern "24.10.28.01" -CaseSensitive:$false
winget update
again and see that 24.12.06.01 is still not installed.Actual behavior
winget update GIGABYTE.GigabyteControlCenter
is successful but continues to show an available update when runningwinget update
again.Expected behavior
update to the version listed in
winget update
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: