mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
Update README.md
This commit is contained in:
@@ -38,6 +38,8 @@ First you need to register the core plugin with Tauri:
|
|||||||
`src-tauri/src/main.rs`
|
`src-tauri/src/main.rs`
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
use tauri_plugin_autostart::MacosLauncher;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
tauri::Builder::default()
|
tauri::Builder::default()
|
||||||
.plugin(tauri_plugin_autostart::init(MacosLauncher::LaunchAgent, Some(vec!["--flag1", "--flag2"]) /* arbitrary number of args to pass to your app */))
|
.plugin(tauri_plugin_autostart::init(MacosLauncher::LaunchAgent, Some(vec!["--flag1", "--flag2"]) /* arbitrary number of args to pass to your app */))
|
||||||
|
|||||||
Reference in New Issue
Block a user