You've already forked AstralRinth
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user