From 038782a6847204dc8875183d585c147afc7c9112 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 20 Oct 2020 15:12:09 +0200 Subject: [PATCH] Update WebView Edge min required version to 1.0.622.22 While technically it still builds with older versions, version 1.0.622.22 ist the first non preview release which should make the included webview loader DLL the most compatible for the forseable future. --- interface/wx/webview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index b870fbfcd2..9011577fbd 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -304,7 +304,7 @@ public: This backend is not enabled by default, to build it follow these steps: - Visual Studio 2015, or newer, is required - Download the WebView2 SDK - nuget package (Version 0.9.488 or newer) + nuget package (Version 1.0.622.22 or newer) - Extract the package (it's a zip archive) to @c wxWidgets/3rdparty/webview2 (you should have @c 3rdparty/webview2/build/native/include/WebView2.h file after unpacking it)