tauri/crates
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
..
tauri apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tauri-build apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tauri-bundler fix(bundler/wix): use product name to generate UpgradeCode for MSI (#10967) 2024-09-12 09:22:27 -03:00
tauri-cli feat(bundler): add TAURI_BUNDLER_TOOLS_GITHUB_MIRRORto specify a GitHub mirror (#10866) 2024-09-11 05:36:12 +03:00
tauri-codegen apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tauri-driver Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
tauri-macos-sign Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
tauri-macros apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tauri-plugin apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tauri-runtime apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tauri-runtime-wry apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tauri-schema-generator fix(core): Mark identifier as a required field. (#10946) 2024-09-10 10:08:04 -03:00
tauri-utils apply version updates (#10949) 2024-09-10 13:05:58 -03:00
tests refactor(core)!: change Assets::iter item to use Cow (#10907) 2024-09-05 13:42:22 -03:00