-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
platform: Windowspriority: 2 mediumE.g. DX regressions, bugs, dev crashes, etc...E.g. DX regressions, bugs, dev crashes, etc...status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
The current NSIS updater requires user interaction to install the update., even with the passive option in the configuration.
"windows": { "installMode": "passive" }
Reproduction
- make nsis build
- make update
- open app and get update notification
- install update
- update not passive
Expected behavior
update is passive with a progress bar like the msi updater
Platform and versions
[✔] Environment
- OS: Windows 10.0.19045 X64
✔ WebView2: 113.0.1774.35
✔ MSVC:
- Visual Studio Build Tools 2022
- Visual Studio Build Tools 2019
✔ rustc: 1.67.1 (d5a82bbd2 2023-02-07)
✔ Cargo: 1.67.1 (8ecd4f20a 2023-01-10)
✔ rustup: 1.25.2 (17db695f1 2023-02-01)
✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
- node: 18.15.0
- pnpm: 8.3.1
- yarn: 1.22.10
- npm: 9.5.0
[-] Packages
- tauri [RUST]: 1.3.0
- tauri-build [RUST]: 1.3.0
- wry [RUST]: 0.24.3
- tao [RUST]: 0.16.1
- @tauri-apps/api [NPM]: 1.3.0
- @tauri-apps/cli [NPM]: 1.3.1
[-] App
- build-type: bundle
- CSP: default-src 'self'; img-src 'self' data: asset: https://asset.localhost; style-src 'self' 'unsafe-inline'; font-src 'self' data:
- distDir: ../build
- devPath: http://localhost:5173/
- framework: Svelte
- bundler: Vite
Stack trace
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: Windowspriority: 2 mediumE.g. DX regressions, bugs, dev crashes, etc...E.g. DX regressions, bugs, dev crashes, etc...status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug