-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Describe the bug
App is able to detect a new version is available, and gets exited immediately after calling installUpdate(), also brings up the installer.
however, app does not get relaunched after installation finished somehow.
I was following the instructions on the doc that said I should call 1. installUpdate then 2. relaunch.
But app immediately exited after calling installUpdate and relaunch never have a chance to run.
I've also tried emit('tauri://update-install'), it has the same result which exits the app, and never bring it back.
Reproduction
No response
Expected behavior
No response
Platform and versions
Environment
› OS: Windows 10.0.22000 X64
› Webview2: 101.0.1210.53
› MSVC:
- Visual Studio Community 2022
- Visual Studio Build Tools 2017
› Node.js: 16.15.0
› npm: 8.5.5
› pnpm: Not installed!
› yarn: 1.22.18
› rustup: 1.24.3
› rustc: 1.61.0
› cargo: 1.61.0
› Rust toolchain: stable-x86_64-pc-windows-msvc
Packages
› @tauri-apps/cli [NPM]: 1.0.0-rc.12
› @tauri-apps/api [NPM]: 1.0.0-rc.6
› tauri [RUST]: 1.0.0-rc.12,
› tauri-build [RUST]: 1.0.0-rc.10,
› tao [RUST]: 0.9.1,
› wry [RUST]: 0.17.0,
App
› build-type: bundle
› CSP: unset
› distDir: ../webapp
› devPath: http://127.0.0.1:3000/
App directory structure
├─ .git
├─ dist
├─ node_modules
├─ src
├─ src-tauri
└─ webappStack trace
No response
Additional context
https://discord.com/channels/616186924390023171/731495028677148753/979313103902765066
Reactions are currently unavailable