feat: updater ui change + win restart fix (#6339)

* feat: updater ui change

* fix: fix width

* fix: impl fork tauri updater plugin

* fix: lint
This commit is contained in:
Calum H.
2026-06-08 22:52:22 +01:00
committed by GitHub
parent 9404d46782
commit 01d3fb47c4
40 changed files with 563 additions and 524 deletions
+5
View File
@@ -307,6 +307,11 @@ fn main() {
}
set_changelog_toast(Some(update.version.clone()));
let update = if should_restart {
(**update).clone()
} else {
(**update).clone().restart_after_install(false)
};
match update.install(data) {
Ok(()) => {
if should_restart {