Skip to content

Commit

Permalink
Win uninstaller: correctly remove the "installed app" entry from regi…
Browse files Browse the repository at this point in the history
…stry on 64bit installs (#2670)
  • Loading branch information
ctrlaltca authored Jul 26, 2024
1 parent aee31bf commit 13a6fc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/KVIrc.nsi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ SectionEnd

Function un.onInit
!insertmacro MUI_UNGETLANGUAGE

${If} ${RunningX64}
SetRegView 64
${EndIf}

Call un.CloseKVIrcInstances
FunctionEnd

Expand Down

0 comments on commit 13a6fc3

Please sign in to comment.