Skip to content

How to debug default updater #5282

Answered by FabianLars
mvdschee asked this question in Q&A
Sep 26, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

If Rust is an option, you could print the RunEvent::Updater events in the run method.

Otherwise you can listen to the "tauri://update-status" event in javascript, but you need to trigger the update manually after that by emitting the "tauri://update" event after registering the listener, because the default auto updater runs too early.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mvdschee
Comment options

@FabianLars
Comment options

Answer selected by mvdschee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants