Skip to content

Commit

Permalink
fix: tauri_builder moved bug πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed May 31, 2024
1 parent 242c8d1 commit a30a136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fn main() {
});

#[cfg(feature = "metax")]
tauri_builder.plugin(tauri_plugin_shell::init());
let tauri_builder = tauri_builder.plugin(tauri_plugin_shell::init());

tauri_builder
.run(tauri::generate_context!())
Expand Down

0 comments on commit a30a136

Please sign in to comment.