fea(wix): add minimum webview2 version support#14793
fea(wix): add minimum webview2 version support#14793Legend-Master wants to merge 7 commits intotauri-apps:devfrom
Conversation
Package Changes Through 76a436fThere are 9 changes which include tauri with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-utils with patch, tauri-build with patch, tauri-macos-sign with patch, tauri-bundler with minor, tauri-runtime-wry with minor, tauri-runtime with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
| /// Try to ensure that the WebView2 version is equal to or newer than this version, | ||
| /// if the user's WebView2 is older than this version, | ||
| /// the installer will try to trigger a WebView2 update. | ||
| pub minimum_webview2_version: Option<String>, |
There was a problem hiding this comment.
Adding a field here is technically breaking as well...
There was a problem hiding this comment.
any better idea than making it all Builder patterns in v3?
There was a problem hiding this comment.
marking minors as breaking? 😂
Port #10339 to MSI (Wix) installer
The old
bundle > windows > nsis > minimumWebview2Versionis now deprecated in favor ofbundle > windows > minimumWebview2VersionA note, in case we ever want to support this for MSIX, it seems like it's possible through https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-win32dependencies-externaldependency