tauri-bundler@1.0.0-beta.4
Ce contenu n’est pas encore disponible dans votre langue.
- Merge Tauri-generated Info.plist with the contents of src-tauri/Info.plistif it exists.
- Change the WiX config to allow upgrading installation with same version instead of duplicating the application.
- Check target architecture at runtime running $ RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print target-spec-jsonand parsing thellvm-targetfield, fixing macOS M1 sidecar check until we can compile the CLI with M1 target on GitHub Actions.
- Added banner_pathfield to theWixSettingsstruct.
- Added dialog_image_pathfield to theWixSettingsstruct.
- Only convert package name and binary name to kebab-case, keeping the .desktopNamefield with the original configured value.
- Use linuxdeployinstead ofappimagetoolforAppImagebundling.
© 2025 Tauri Contributors. CC-BY / MIT