diff options
| author | 2024-07-26 15:37:42 +0200 | |
|---|---|---|
| committer | 2024-07-26 15:37:42 +0200 | |
| commit | 13a6fc31983763aad65a3da4247776b046be8b78 (patch) | |
| tree | 79fc4f5e12ee95ab6b88fed811f6ad53fcfda5e3 | |
| parent | Work around macOS build failures in CI (#2671) (diff) | |
| download | KVIrc-13a6fc31983763aad65a3da4247776b046be8b78.tar.gz KVIrc-13a6fc31983763aad65a3da4247776b046be8b78.tar.bz2 KVIrc-13a6fc31983763aad65a3da4247776b046be8b78.zip | |
Win uninstaller: correctly remove the "installed app" entry from registry on 64bit installs (#2670)
| -rw-r--r-- | cmake/KVIrc.nsi.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/KVIrc.nsi.cmake b/cmake/KVIrc.nsi.cmake index b4e68b4ab..91c61e912 100644 --- a/cmake/KVIrc.nsi.cmake +++ b/cmake/KVIrc.nsi.cmake @@ -314,6 +314,11 @@ SectionEnd Function un.onInit !insertmacro MUI_UNGETLANGUAGE + + ${If} ${RunningX64} + SetRegView 64 + ${EndIf} + Call un.CloseKVIrcInstances FunctionEnd |
