get bundle type out of patched variable

This commit is contained in:
Krzysztof Andrelczyk
2025-03-18 23:28:34 +01:00
parent 012f6334aa
commit c2877ec3e3
2 changed files with 10 additions and 100 deletions
@@ -9,7 +9,6 @@ use tauri_plugin_updater::UpdaterExt;
fn main() {
#[allow(unused_mut)]
let mut context = tauri::generate_context!();
tauri::Builder::default()
.plugin(tauri_plugin_updater::Builder::new().build())
.setup(|app| {