"cmake/NSIS.template.in" did not exist on "da59b51c5ebbe8c0aa678a36a71511e9a7cd9815"
Commit ea622a73 authored by Fabio Bas's avatar Fabio Bas
Browse files

NSIS: uninstall openssl libraries

parent dfb8be79
......@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment