Merge pull request 'nsis uninstall typo reg key' (#438) from winUninstall into trunk
continuous-integration/drone/push Build is pending Details

Reviewed-on: #438
This commit is contained in:
Sarah Jamie Lewis 2022-04-21 23:33:17 +00:00
commit 1b45205c48
1 changed files with 1 additions and 1 deletions

View File

@ -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