NSIS: uninstall openssl libraries
This commit is contained in:
parent
dfb8be79cf
commit
ea622a7302
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue