From 85186b2565a23484d8a5922782a80c770cbeae03 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 21 Apr 2022 16:32:14 -0700 Subject: [PATCH] nsis uninstall typo reg key --- windows/nsis/cwtch-installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/nsis/cwtch-installer.nsi b/windows/nsis/cwtch-installer.nsi index 7e1eca30..b9a3b274 100644 --- a/windows/nsis/cwtch-installer.nsi +++ b/windows/nsis/cwtch-installer.nsi @@ -110,5 +110,5 @@ Section "Uninstall" RMDir /r /REBOOTOK "$INSTDIR" DeleteRegKey /ifempty HKCU "Software\Cwtch\installLocation" - DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ImageMaker" + DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cwtch" SectionEnd \ No newline at end of file -- 2.25.1