mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Windows: Bump suggested WebView2 version number to current stable
This commit is contained in:
parent
efcc8bb6f0
commit
3592a73682
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ elseif(NOT WebView2_FIND_QUIETLY)
|
||||||
"open a PowerShell and issue the following commands"
|
"open a PowerShell and issue the following commands"
|
||||||
"\n"
|
"\n"
|
||||||
"> Register-PackageSource -provider NuGet -name nugetRepository -location https://www.nuget.org/api/v2\n"
|
"> Register-PackageSource -provider NuGet -name nugetRepository -location https://www.nuget.org/api/v2\n"
|
||||||
"> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.1901.177 -Source nugetRepository\n"
|
"> Install-Package Microsoft.Web.WebView2 -Scope CurrentUser -RequiredVersion 1.0.3485.44 -Source nugetRepository\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Alternatively you can use the JUCE_WEBVIEW2_PACKAGE_LOCATION CMake variable to specify the directory "
|
"Alternatively you can use the JUCE_WEBVIEW2_PACKAGE_LOCATION CMake variable to specify the directory "
|
||||||
"where this find script is looking for the *Microsoft.Web.WebView2* package directory.")
|
"where this find script is looking for the *Microsoft.Web.WebView2* package directory.")
|
||||||
|
|
|
||||||
|
|
@ -2697,7 +2697,7 @@ protected:
|
||||||
bool targetFrameworkNative = false;
|
bool targetFrameworkNative = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline static const NuGetPackage webviewPackage { "Microsoft.Web.WebView2", "1.0.1901.177", false };
|
inline static const NuGetPackage webviewPackage { "Microsoft.Web.WebView2", "1.0.3485.44", false };
|
||||||
inline static const NuGetPackage cppwinrtPackage { "Microsoft.Windows.CppWinRT", "2.0.240405.15", true };
|
inline static const NuGetPackage cppwinrtPackage { "Microsoft.Windows.CppWinRT", "2.0.240405.15", true };
|
||||||
inline static const NuGetPackage midiPackage { "Microsoft.Windows.Devices.Midi2", "1.0.3-preview-11.250228-237", false };
|
inline static const NuGetPackage midiPackage { "Microsoft.Windows.Devices.Midi2", "1.0.3-preview-11.250228-237", false };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue