Add libgiognutls.dll to nsi

This commit is contained in:
Jonas Kvinge
2019-09-20 18:31:35 +02:00
parent b0a2edf5fa
commit 689f1eb0c5

View File

@@ -275,6 +275,11 @@ Section "Strawberry" Strawberry
SectionEnd
Section "GIO modules" gio-modules
SetOutPath "$INSTDIR\gio-modules"
File "/oname=libgiognutls.dll" "gio-modules\libgiognutls.dll"
SectionEnd
Section "Qt Platforms" platforms
SetOutPath "$INSTDIR\platforms"
File "/oname=qwindows.dll" "platforms\qwindows.dll"
@@ -514,6 +519,7 @@ Section "Uninstall"
Delete "$INSTDIR\libxine-2.dll"
!endif
Delete "$INSTDIR\gio-modules\libgiognutls.dll"
Delete "$INSTDIR\platforms\qwindows.dll"
Delete "$INSTDIR\sqldrivers\qsqlite.dll"