Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 417 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (441 crate dependencies)
[1.0.0-rc.10]
- 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.
Cargo Publish
Updating crates.io index
Packaging tauri-bundler v1.0.0-rc.10 (/home/runner/work/tauri/tauri/tooling/bundler)
Uploading tauri-bundler v1.0.0-rc.10 (/home/runner/work/tauri/tauri/tooling/bundler)