Skip to main content

run_bootstrap

Function run_bootstrap 

Source
pub fn run_bootstrap(bundled_binaries_dir: &Path) -> Result<BootstrapReport>
Expand description

Top-level bootstrap entry point.

  • bundled_binaries_dir: where the Tauri app bundle stores the embedded binaries (resolved by the desktop layer via app.path().resource_dir()).
  • Returns a BootstrapReport describing what changed.