tauri-bundler@1.0.0-beta.4
- Merge Tauri-generated Info.plist with the contents of
src-tauri/Info.plist
if 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-json
and parsing thellvm-target
field, fixing macOS M1 sidecar check until we can compile the CLI with M1 target on GitHub Actions. - Added
banner_path
field to theWixSettings
struct. - Added
dialog_image_path
field to theWixSettings
struct. - Only convert package name and binary name to kebab-case, keeping the
.desktop
Name
field with the original configured value. - Use
linuxdeploy
instead ofappimagetool
forAppImage
bundling.
© 2024 Tauri Contributors. CC-BY / MIT