-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
how to get the status of emit('tauri://update')? onUpdaterEvent seems not work.
I found that the dialog will show when there is a new version available, but nothing happens when not.
- if there exists a newer version, dialog will show
- if currentVersion.json not exist, nothing happens. In fact,
Promise.rejectexpected - if cuurentVersion.json exists but version in it not greater than currentVersion, nothing happens. In fact,
Promise.rejectexpected
Reproduction
No response
Expected behavior
No response
Platform and versions
windows
tauri 1.3.0
Stack trace
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug