docs(all): incorrect path for registering plugin in rust (#2123)

This commit is contained in:
Muhammed Rahif
2024-12-03 01:43:12 +05:30
committed by GitHub
parent 664c452697
commit 3ef756f4ce
30 changed files with 30 additions and 30 deletions

View File

@@ -54,7 +54,7 @@ yarn add https://github.com/tauri-apps/tauri-plugin-autostart#v2
First you need to register the core plugin with Tauri:
`src-tauri/src/main.rs`
`src-tauri/src/lib.rs`
```rust
use tauri_plugin_autostart::MacosLauncher;