Expand description
Core library for generating Tauri updater latest.json.
This crate powers the tauri-latest-json CLI and can also be used as a
library for automation workflows.
Constants§
- VERSION
- Current crate version.
Functions§
- generate_
latest_ json - Generates
latest.jsonfor a known bundle directory and updater public key. - generate_
latest_ json_ auto - Auto-detects bundle and config paths, then generates
latest.json. - run_
with_ optional_ args - Runs generation with optional CLI arguments and interactive fallback.