install.nsh: fix case for a StrCpy command

This commit is contained in:
bitraid 2018-07-27 10:37:44 +03:00
parent 9b452074d2
commit 5b31576b57
No known key found for this signature in database
GPG Key ID: 140D99CA504654D3
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ Section "Register with Windows" SectionWindowsRegister
; HTML and URL handlers
StrCpy $2 "${PRODUCT_NAME}HTML"
StrCPY $3 "${PRODUCT_NAME} HTML Document"
StrCpy $3 "${PRODUCT_NAME} HTML Document"
WriteRegHandler:
WriteRegStr SHCTX "SOFTWARE\Classes\$2" "" "$3"
WriteRegStr SHCTX "SOFTWARE\Classes\$2" "FriendlyTypeName" "$3"