mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
7eb1171e3a
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. |
||
---|---|---|
.. | ||
tauri | ||
tauri-build | ||
tauri-bundler | ||
tauri-cli | ||
tauri-codegen | ||
tauri-driver | ||
tauri-macos-sign | ||
tauri-macros | ||
tauri-plugin | ||
tauri-runtime | ||
tauri-runtime-wry | ||
tauri-schema-generator | ||
tauri-utils | ||
tests |