Can somebody guide me on how to configure updates on my Tauri app? So I've worked with Electron and set up updates using GitHub releases, but with Tauri, I'm not exactly sure how I should do it.
I'd like to use GitHub releases, and if possible, how would I then set up the updates and the JSON that the app should point to?
Thanks!