Hmm, wondering why not just do a simple ``` "check_updates" => { let w = app.get_window("main").unwrap(); w.trigger_global("tauri://update", None); } ``` and let Tauri handle the rest? @clearlysid _Originally posted by @rajatkulkarni95 in https://github.com/helmerapp/micro/pull/42#discussion_r1582228581_
Hmm, wondering why not just do a simple
and let Tauri handle the rest? @clearlysid
Originally posted by @rajatkulkarni95 in #42 (comment)