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"