From eea6194b90e48ce89d187f4e18f923c61a2588e7 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 4 Jun 2020 07:41:49 +0200 Subject: [PATCH] Add liborc-0.4-0.dll to nsi --- dist/windows/strawberry.nsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 9d02648a5..5c3ed74fb 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -221,6 +221,7 @@ Section "Strawberry" Strawberry File "libbrotlicommon.dll" File "libbrotlidec.dll" File "libpsl-5.dll" + File "liborc-0.4-0.dll" !ifdef arch_x86 File "libgcc_s_sjlj-1.dll" @@ -485,6 +486,7 @@ Section "Uninstall" Delete "$INSTDIR\libbrotlicommon.dll" Delete "$INSTDIR\libbrotlidec.dll" Delete "$INSTDIR\libpsl-5.dll" + Delete "$INSTDIR\liborc-0.4-0.dll" !ifdef arch_x86 Delete "$INSTDIR\libgcc_s_sjlj-1.dll"