diff --git a/cmake/NSIS.template.in b/cmake/NSIS.template.in index 093d6caa..f8fbd920 100644 --- a/cmake/NSIS.template.in +++ b/cmake/NSIS.template.in @@ -80,6 +80,8 @@ Section Uninstall Delete "$INSTDIR\libprotobuf.lib" Delete "$INSTDIR\Qt*.dll" Delete "$INSTDIR\icu*.dll" + Delete "$INSTDIR\libeay32.dll" + Delete "$INSTDIR\ssleay32.dll" Delete "$INSTDIR\qt.conf" Delete "$INSTDIR\qdebug.txt" Delete "$INSTDIR\servatrice.sql"