From 02794e0ebd84a7d74c856228eb94831e3b4fbfa8 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 20 Jul 2019 02:26:44 +0200 Subject: [PATCH] Add libzstd and libtasn1-6 --- dist/windows/strawberry-debug-x64.nsi.in | 4 ++++ dist/windows/strawberry-debug-x86.nsi.in | 4 ++++ dist/windows/strawberry-x64.nsi.in | 4 ++++ dist/windows/strawberry-x86.nsi.in | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/dist/windows/strawberry-debug-x64.nsi.in b/dist/windows/strawberry-debug-x64.nsi.in index 4e92cd2af..47ae91a1a 100644 --- a/dist/windows/strawberry-debug-x64.nsi.in +++ b/dist/windows/strawberry-debug-x64.nsi.in @@ -168,6 +168,8 @@ Section "Strawberry" Strawberry File "Qt5Widgets.dll" File "Qt5WinExtras.dll" File "zlib1.dll" + File "libzstd.dll" + File "libtasn1-6.dll" ; Register Strawberry with Default Programs Var /GLOBAL AppIcon @@ -418,6 +420,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt5Widgets.dll" Delete "$INSTDIR\Qt5WinExtras.dll" Delete "$INSTDIR\zlib1.dll" + Delete "$INSTDIR\libzstd.dll" + Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\platforms\qwindows.dll" Delete "$INSTDIR\sqldrivers\qsqlite.dll" diff --git a/dist/windows/strawberry-debug-x86.nsi.in b/dist/windows/strawberry-debug-x86.nsi.in index 38da40c1a..395c3db2b 100644 --- a/dist/windows/strawberry-debug-x86.nsi.in +++ b/dist/windows/strawberry-debug-x86.nsi.in @@ -168,6 +168,8 @@ Section "Strawberry" Strawberry File "Qt5Widgets.dll" File "Qt5WinExtras.dll" File "zlib1.dll" + File "libzstd.dll" + File "libtasn1-6.dll" ; Register Strawberry with Default Programs Var /GLOBAL AppIcon @@ -418,6 +420,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt5Widgets.dll" Delete "$INSTDIR\Qt5WinExtras.dll" Delete "$INSTDIR\zlib1.dll" + Delete "$INSTDIR\libzstd.dll" + Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\platforms\qwindows.dll" Delete "$INSTDIR\sqldrivers\qsqlite.dll" diff --git a/dist/windows/strawberry-x64.nsi.in b/dist/windows/strawberry-x64.nsi.in index 5f5c2f988..ba96f77bc 100644 --- a/dist/windows/strawberry-x64.nsi.in +++ b/dist/windows/strawberry-x64.nsi.in @@ -165,6 +165,8 @@ Section "Strawberry" Strawberry File "Qt5Widgets.dll" File "Qt5WinExtras.dll" File "zlib1.dll" + File "libzstd.dll" + File "libtasn1-6.dll" ; Register Strawberry with Default Programs Var /GLOBAL AppIcon @@ -381,6 +383,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt5Widgets.dll" Delete "$INSTDIR\Qt5WinExtras.dll" Delete "$INSTDIR\zlib1.dll" + Delete "$INSTDIR\libzstd.dll" + Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\platforms\qwindows.dll" Delete "$INSTDIR\sqldrivers\qsqlite.dll" diff --git a/dist/windows/strawberry-x86.nsi.in b/dist/windows/strawberry-x86.nsi.in index 911a981c2..bdcf3a85e 100644 --- a/dist/windows/strawberry-x86.nsi.in +++ b/dist/windows/strawberry-x86.nsi.in @@ -165,6 +165,8 @@ Section "Strawberry" Strawberry File "Qt5Widgets.dll" File "Qt5WinExtras.dll" File "zlib1.dll" + File "libzstd.dll" + File "libtasn1-6.dll" ; Register Strawberry with Default Programs Var /GLOBAL AppIcon @@ -381,6 +383,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt5Widgets.dll" Delete "$INSTDIR\Qt5WinExtras.dll" Delete "$INSTDIR\zlib1.dll" + Delete "$INSTDIR\libzstd.dll" + Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\platforms\qwindows.dll" Delete "$INSTDIR\sqldrivers\qsqlite.dll"