Add libgnutls to nsi

This commit is contained in:
Jonas Kvinge
2019-04-16 22:20:30 +02:00
parent 31b24d9a09
commit b0bfb0fdd4
5 changed files with 9 additions and 9 deletions

View File

@@ -162,6 +162,7 @@ Section "Strawberry" Strawberry
File "libxml2-2.dll"
File "libsoup-2.4-1.dll"
File "liblzma-5.dll"
File "libgnutls-30.dll"
; Register Strawberry with Default Programs
Var /GLOBAL AppIcon
@@ -406,6 +407,7 @@ Section "Uninstall"
Delete "$INSTDIR\libxml2-2.dll"
Delete "$INSTDIR\libsoup-2.4-1.dll"
Delete "$INSTDIR\liblzma-5.dll"
Delete "$INSTDIR\libgnutls-30.dll"
Delete "$INSTDIR\platforms\qwindows.dll"
Delete "$INSTDIR\sqldrivers\qsqlite.dll"