We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d14a45 commit 9b3171fCopy full SHA for 9b3171f
plugins/updater/tests/app-updater/src/main.rs
@@ -9,6 +9,7 @@ use tauri_plugin_updater::UpdaterExt;
9
fn main() {
10
#[allow(unused_mut)]
11
let mut context = tauri::generate_context!();
12
+
13
tauri::Builder::default()
14
.plugin(tauri_plugin_updater::Builder::new().build())
15
.setup(|app| {
0 commit comments