tauri-bundler@1.4.0
New Features
4dd4893d
(#5950) Allow using a resource map instead of a simple array inBundleSettings::resources_map
.
Enhancements
-
2f8881c0
(#7775) Read theAPPLE_TEAM_ID
environment variable for macOS notarization arguments. -
cb1d4164
(#7487) On Windows, code sign the application binaries before trying to create the WiX and NSIS bundles to always sign the executables even if no bundle types are enabled.On Windows, code sign the sidecar binaries if they are not signed already.
-
57f73f1b
(#7486) On Windows, NSIS installer will write webview2 installer file to the well-known temp dir instead of the install dir, so we don’t pollute the install dir. -
a7777ff4
(#7626) Added Bulgarian language support to the NSIS bundler. -
e3bfb014
(#7776) Addcompression
configuration option undertauri > bundle > windows > nsis
.
Bug Fixes
46df2c9b
(#7360) Fix bundler skipping updater artifacts ifupdater
target shows before other updater-enabled targets in the list, see #7349.2d35f937
(#7481) Fix bundler skipping updater artifacts if only a macOS DMG bundle target is specified.dcdbe3eb
(#7774) Remove extended attributes on the macOS app bundle usingxattr -cr $PATH
.dcdbe3eb
(#7774) Code sign sidecars and frameworks on macOS.eba8e131
(#7386) On Windows, fix installation packages not showing correct copyright information.32218a6f
(#7326) On Windows, fix NSIS installer identifying a previous NSIS-installed app as WiX-installed app and then fails to uninstall it.ca977f4b
(#7591) On Windows, Fix NSIS uninstaller deleting the wrong application data if the delete the application data checkbox is checked.0ae53f41
(#7361) On Windows, fix NSIS installer showing an error dialog even when the previous version was uninstalled sucessfully.09f7f57e
(#7711) On Windows, fix NSIS installer trying to kill itself if the installer file name and the appproductName
are the same.6e36ebbf
(#7342) On Windows, fix NSIS uninstaller failing to remove Start Menu shortcut ifperMachine
mode is used.
Dependencies
- Upgraded to
tauri-utils@1.5.0
a2be88a2
(#7405) Removed thebitness
dependency to speed up compile time.
Breaking Changes
964d81ff
(#7616) The macOS notarization now usesnotarytool
asaltool
will be discontinued on November 2023. When authenticating with an API key, the key.p8
file path must be provided in theAPPLE_API_KEY_PATH
environment variable. To prevent a breaking change, we will try to find the key path in thealtool
default search paths.
© 2024 Tauri Contributors. CC-BY / MIT