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 viaapp.path().resource_dir()).- Returns a
BootstrapReportdescribing what changed.