dioxus
dioxus copied to clipboard
Does it still depend on WebView2 during installation after using native bundle?
Problem
Does it still depend on WebView2 during installation after using native bundle?
Steps To Reproduce
Steps to reproduce the behavior:
bundle: dx bundle --renderer native --package-types "nsis"
Expected behavior
Screenshots
Environment:
- Dioxus version: v0.7.1 main
- Rust version: 1.91
- OS info: windows 7
- App platform: desktop native
The native renderer doesn't use webview2, but our bundler currently always includes it. #4958 will change a significant chunk of the bundling system to move away from tauri-bundler which should make it easier to remove webview2 from the native installer