tauri-plugin-hot-update 0.1.1

Hot update / OTA live updates for Tauri v2 mobile and desktop apps — CodePush-style, self-hosted
Documentation
1
2
3
4
5
6
7
8
9
10
11
const COMMANDS: &[&str] = &[
    "check",
    "download",
    "notify_app_ready",
    "current_bundle",
    "reset",
];

fn main() {
    tauri_plugin::Builder::new(COMMANDS).build();
}