tauri-bundler@1.2.0
Ce contenu n’est pas encore disponible dans votre langue.
- Add dylib support to
tauri.bundle.macOS.frameworks
. - Added support for pre-release identifiers and build numbers for the
.msi
bundle target. Only one of each can be used and it must be numeric only. The version must still be semver compatible according to https://semver.org/. - On Windows, printing consistent paths on Windows with backslashs only.
- Fixed error during bundling process for the appimage target on subsequent bundling attempts.
- Fixes DMG bundling not finding bundle to set icon position.
- Use escaping on Handlebars templates.
- Bump minimum supported Rust version to 1.60.
- Add initial support for building
nsis
bundles on non-Windows platforms. - Add
nsis
bundle target - On Windows, the
msi
installer’sLaunch App
checkbox will be checked by default.
© 2024 Tauri Contributors. CC-BY / MIT