Skip to content

Commit 9a10be6

Browse files
authored
Merge branch 'master' into invalid-mapkey-array-arg-generation
2 parents bc7b816 + f8998da commit 9a10be6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

v2/pkg/buildassets/build/windows/installer/wails_tools.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ RequestExecutionLevel "${REQUEST_EXECUTION_LEVEL}"
158158

159159
${If} ${REQUEST_EXECUTION_LEVEL} == "user"
160160
# If the installer is run in user level, check the user specific key exists and is not empty then webview2 is already installed
161-
ReadRegStr $0 HKCU "Software\Microsoft\EdgeUpdate\Clients{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}" "pv"
161+
ReadRegStr $0 HKCU "Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}" "pv"
162162
${If} $0 != ""
163163
Goto ok
164164
${EndIf}

website/src/pages/changelog.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Fixed -m build flag for dev command not working when recompiling in [#4141](https://github.com/wailsapp/wails/pull/4141) by @josStorer
2828
- Fixed window restoration behavior after minimization by @superDingda in [#4109](https://github.com/wailsapp/wails/issues/4109)
2929
- Fixed excessive console logging after updating to v2.10.1 by @superDingda in [#4111](https://github.com/wailsapp/wails/issues/4111)
30+
- Fixed incorrect Webview2 reg key in HKCU path by @leaanthony.
3031

3132
## v2.10.1 - 2025-02-24
3233

0 commit comments

Comments
 (0)