tauri-bundler@1.0.0-rc.10
- Bundle the tray library file (.soextension) in the AppImage if theTRAY_LIBRARY_PATHenvironment variable is set.
- Bundle additional gstreamer files needed for audio and video playback if the APPIMAGE_BUNDLE_GSTREAMERenvironment variable is set.
- Cache bundling tools in a directory shared by all tauri projects. Usually in $XDG_HOME/.cache/taurion Linux and$HOME\AppData\Local\taurion Windows.
- Pull correct linuxdeploy AppImage when building for 32-bit targets.
- Copy the /usr/bin/xdg-openbinary if it exists and theAPPIMAGE_BUNDLE_XDG_OPENenvironment variable is set.
- On Linux, high-dpi icons are now placed in the correct directory and should be recognized by the desktop environment.
- Only png files from tauri.conf.json > tauri.bundle.icon are used for app icons for linux targets. Previously, all sizes from all source files (10 files using tauricon defaults) were used. This also prevents unexpectedly mixed icons in cases where platform-specific icons are used.
- Log command output in real time instead of waiting for it to finish.
© 2025 Tauri Contributors. CC-BY / MIT