My application gives the error "Installer hash does not match."
c:> winget install --accept-source-agreements --id IDHERE
Where can I update the hash? My package works OK when installed from Microsoft Store, from where does winget find the url it uses?
It seems other apps have this issue, too


The package manifests are stored at winget-pkgs under the manifests folder. To update the hash you can use a tool like winget-create or YamlCreate. Each version of a package has its own manifest inside the proper folder constructed from the package identifier, so the hash can also be updated manually by editing the manifest directly