Update README.md

This commit is contained in:
Ostap Brehin
2023-01-10 18:18:54 +00:00
committed by GitHub
parent 1546e4e0fb
commit e95c10598c
+2
View File
@@ -38,6 +38,8 @@ First you need to register the core plugin with Tauri:
`src-tauri/src/main.rs`
```rust
use tauri_plugin_autostart::MacosLauncher;
fn main() {
tauri::Builder::default()
.plugin(tauri_plugin_autostart::init(MacosLauncher::LaunchAgent, Some(vec!["--flag1", "--flag2"]) /* arbitrary number of args to pass to your app */))