Skip to main content

Crate tauri_latest_json

Crate tauri_latest_json 

Source
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.json for 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.