const COMMANDS: &[&str] = &["exit_app"]; fn main() { tauri_plugin::Builder::new(COMMANDS) .android_path("android") .ios_path("ios") .build(); }