Notify of plugin updates and add update UX (#339)

This commit is contained in:
Gregory Schier
2026-01-02 10:03:08 -08:00
committed by GitHub
parent e751167dfc
commit 0146ee586f
20 changed files with 375 additions and 103 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const COMMANDS: &[&str] = &["search", "install", "updates", "uninstall"];
const COMMANDS: &[&str] = &["search", "install", "updates", "uninstall", "update_all"];
fn main() {
tauri_plugin::Builder::new(COMMANDS).build();