feat: Add self-updater logic in frontend#1096
Conversation
|
Okay, this is almost ready to go, I just need to figure out where to place the update checking logic in frontend. @Alystrasz any suggestions? ^^ |
Sorry for the late answer, thought I answered already! |
Actually, we can do even better, and put it in the |
|
Well, done in ed42fd2. |
Uh, idk if Tauri does the check for |
I'm not sure we can do that, since the update checking magic is done by the updater plugin itself in the |
|
Then we'll have to test in prod :> |
You'll probably have to setup the CI somehow then :) |
GeckoEidechse
left a comment
There was a problem hiding this comment.
Seems to work in quick testing. At least it triggers the updating mechanism and launches the updater process. Whether it properly installs the update is something I cannot verify with debug build but assuming the mechanism is correctly implemented in Tauri upstream it should just work™ :)
Closes #1095