tauri-bundler@2.5.0
此内容尚不支持你的语言。
New Features
414619c36
(#13536 by @Tunglies) Added support for thebundleName
property in the macOS bundler configuration. This allows specifying theCFBundleName
value for generated macOS bundles.7322f0579
(#13502 by @amrbashir) Allow usingCheckIfAppIsRunning
macro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable"
.
Bug Fixes
479cee3d3
(#13260 by @FabianLars) The bundler now sets theARCH
env var to the current build target to prevent potential issues withappimagetool
’s auto-detection.e045fe32c
(#13334 by @lucasfernog) Fix custom Windows sign command failing to sign app uninstaller if it references relative paths.bd8a7cf39
(#13581 by @martpie) Fixes app icon not being displayed on Gnome dock and grid view when using Wayland.b52da29d5
(#13429 by @Legend-Master) FixmainBinaryName
doesn’t work when there’s.
in it
Dependencies
- Upgraded to
tauri-utils@2.5.0
© 2025 Tauri Contributors. CC-BY / MIT