Hello,
Long story short, I had to use Dioxus for an app.
And dioxus is using the Tauri bundler under the hood.
And now I'd like to implement auto-update of the app.
So I already managed to reimplement the thin Dioxus layer around Tauri bundler, I can know configure the bundle the same way a Tauri app would do ... I have the tar.gz, I can also call cargo tauri sign to have the .sig file.
But I can't find where the updater is actually triggers, I dig in the source code and don't find it.
Please help ! Where is it ?
Is what I try to do even possible ?