Install plugins from Yaak plugin registry (#230)

This commit is contained in:
Gregory Schier
2025-06-23 08:55:38 -07:00
committed by GitHub
parent b5620fcdf3
commit cb7c44cc65
27 changed files with 421 additions and 218 deletions

View File

@@ -1,4 +1,4 @@
const COMMANDS: &[&str] = &["search", "install"];
const COMMANDS: &[&str] = &["search", "install", "updates"];
fn main() {
tauri_plugin::Builder::new(COMMANDS).build();