tauri/.changes/wix-upgrade-code-regression.md
Amr Bashir 7eb1171e3a
fix(bundler/wix): use product name to generate UpgradeCode for MSI (#10967)
The upgrade code generation was changed due to an accidental regression in #9375. Previously `UpgradeCode` was calculated using the main binary name which was `<product_name>.exe`, but #9375 changed the default main binary name to `<cargo-crate-name>.exe` and thus a different UpgradeCode was generetad.

This PR reverts this change to use product name for `UpgradeCode` generation.
2024-09-12 09:22:27 -03:00

133 B

tauri-bundler
patch:bug

Fix generated UpgradeCode for MSI not matching MSI installers created with tauri-bundler@v1.