diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index a101b0a53..d0e40d8b1 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -324,7 +324,7 @@ Section "Strawberry" Strawberry File "libqtsparkle-qt6.dll" File "libsoup-3.0-0.dll" File "libspeex-1.dll" - File "libsqlite3-0.dll" + File "libsqlite3.dll" File "libssp-0.dll" File "libstdc++-6.dll" File "libtag.dll" @@ -848,7 +848,7 @@ Section "Uninstall" Delete "$INSTDIR\libqtsparkle-qt6.dll" Delete "$INSTDIR\libsoup-3.0-0.dll" Delete "$INSTDIR\libspeex-1.dll" - Delete "$INSTDIR\libsqlite3-0.dll" + Delete "$INSTDIR\libsqlite3.dll" Delete "$INSTDIR\libssp-0.dll" Delete "$INSTDIR\libstdc++-6.dll" Delete "$INSTDIR\libtag.dll"