Need to include WebView2 runtime in compiled windows executable #641
Replies: 1 comment
-
Please refrain from posting the same question across multiple repos. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I need to be able to ship a single standalone executable file, but there are instances where a user might not have WebView2 installed on their windows system (because it might be too old, too bare, etc). I'm unable to use the installer which wix provides, and must instead use just the executable. Is there any way where I can bundle the WebView2 Runtime in the executable? Would it work as a sidecar? Here there is an article on distributing a WebView2 app as a single binary but I'm wondering if this can be done with a tauri app as well. Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions