mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Install plugins from Yaak plugin registry (#230)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const COMMANDS: &[&str] = &["search", "install"];
|
||||
const COMMANDS: &[&str] = &["search", "install", "updates"];
|
||||
|
||||
fn main() {
|
||||
tauri_plugin::Builder::new(COMMANDS).build();
|
||||
|
||||
Reference in New Issue
Block a user