File tree 2 files changed +2
-1
lines changed
v2/pkg/buildassets/build/windows/installer
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ RequestExecutionLevel "${REQUEST_EXECUTION_LEVEL}"
158
158
159
159
${If} ${REQUEST_EXECUTION_LEVEL} == " user"
160
160
# 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"
162
162
${If} $0 != " "
163
163
Goto ok
164
164
${EndIf}
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Fixed -m build flag for dev command not working when recompiling in [ #4141 ] ( https://github.com/wailsapp/wails/pull/4141 ) by @josStorer
28
28
- Fixed window restoration behavior after minimization by @superDingda in [ #4109 ] ( https://github.com/wailsapp/wails/issues/4109 )
29
29
- 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 .
30
31
31
32
## v2.10.1 - 2025-02-24
32
33
You can’t perform that action at this time.
0 commit comments