Skip to content

Commit be1d500

Browse files
Update v3/examples/notifications/build/windows/nsis/wails_tools.nsh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 0b546a1 commit be1d500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/examples/notifications/build/windows/nsis/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}

0 commit comments

Comments
 (0)