We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation 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.
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
winget update GIGABYTE.GigabyteControlCenter is successful but continues to show an available update when running winget update again.
update to the version listed in winget update
Windows: Windows.Desktop v10.0.26120.2705 System Architecture: X64 Package: Microsoft.DesktopAppInstaller v1.25.40.0
No response
The text was updated successfully, but these errors were encountered:
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Sorry, something went wrong.
Fixed in #201791
No branches or pull requests
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: