Skip to content

Commit

Permalink
fix android and ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 29, 2023
1 parent 99398f2 commit 46c0e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tauri/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ impl<R: Runtime> App<R> {
self.handle.plugin(crate::path::init())?;
self.handle.plugin(crate::event::init())?;
self.handle.plugin(crate::resources::plugin::init())?;
#[cfg(desktop)]
self.handle.plugin(crate::menu::plugin::init())?;
#[cfg(all(desktop, feature = "tray-icon"))]
self.handle.plugin(crate::tray::plugin::init())?;
Expand Down

0 comments on commit 46c0e7e

Please sign in to comment.