1 2 3 4 5
const COMMANDS: &[&str] = &["prepare_file_update", "launch_file_update"]; fn main() { tauri_plugin::Builder::new(COMMANDS).build(); }