tauri-bundler@1.0.0-rc.10
Ce contenu n’est pas encore disponible dans votre langue.
- Bundle the tray library file (
.so
extension) in the AppImage if theTRAY_LIBRARY_PATH
environment variable is set. - Bundle additional gstreamer files needed for audio and video playback if the
APPIMAGE_BUNDLE_GSTREAMER
environment variable is set. - Cache bundling tools in a directory shared by all tauri projects. Usually in
$XDG_HOME/.cache/tauri
on Linux and$HOME\AppData\Local\tauri
on Windows. - Pull correct linuxdeploy AppImage when building for 32-bit targets.
- Copy the
/usr/bin/xdg-open
binary if it exists and theAPPIMAGE_BUNDLE_XDG_OPEN
environment 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.
© 2024 Tauri Contributors. CC-BY / MIT