diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 2901b28b..f50520b1 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -238,7 +238,6 @@ Section "Strawberry" Strawberry File "libfreetype-6.dll" File "libfaac-0.dll" File "libfaad-2.dll" - File "libfftw3-3.dll" File "libgio-2.0-0.dll" File "libglib-2.0-0.dll" File "libgmodule-2.0-0.dll" @@ -341,7 +340,6 @@ Section "Strawberry" Strawberry File "faad.dll" File "fdk-aac.dll" File "ffi-7.dll" - File "fftw3.dll" File "FLAC.dll" File "gio-2.0-0.dll" File "glib-2.0-0.dll" @@ -410,6 +408,7 @@ Section "Strawberry" Strawberry ; Common files + File "libfftw3-3.dll" !ifdef msvc && debug File "Qt6Concurrentd.dll" File "Qt6Cored.dll" @@ -715,7 +714,6 @@ Section "Uninstall" Delete "$INSTDIR\libfreetype-6.dll" Delete "$INSTDIR\libfaac-0.dll" Delete "$INSTDIR\libfaad-2.dll" - Delete "$INSTDIR\libfftw3-3.dll" Delete "$INSTDIR\libgio-2.0-0.dll" Delete "$INSTDIR\libglib-2.0-0.dll" Delete "$INSTDIR\libgmodule-2.0-0.dll" @@ -818,7 +816,6 @@ Section "Uninstall" Delete "$INSTDIR\faad.dll" Delete "$INSTDIR\fdk-aac.dll" Delete "$INSTDIR\ffi-7.dll" - Delete "$INSTDIR\fftw3.dll" Delete "$INSTDIR\FLAC.dll" Delete "$INSTDIR\gio-2.0-0.dll" Delete "$INSTDIR\glib-2.0-0.dll" @@ -887,6 +884,7 @@ Section "Uninstall" ; Common files + Delete "$INSTDIR\libfftw3-3.dll" !ifdef msvc && debug Delete "$INSTDIR\Qt6Concurrentd.dll" Delete "$INSTDIR\Qt6Cored.dll"