diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 871cef45a..c71f55438 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -848,6 +848,7 @@ Section "Uninstall" Delete "$INSTDIR\libffi-8.dll" Delete "$INSTDIR\libfreetype-6.dll" Delete "$INSTDIR\libgcrypt-20.dll" + Delete "$INSTDIR\libgetopt.dll" Delete "$INSTDIR\libgio-2.0-0.dll" Delete "$INSTDIR\libglib-2.0-0.dll" Delete "$INSTDIR\libgme.dll" @@ -1026,7 +1027,6 @@ Section "Uninstall" Delete "$INSTDIR\kdsingleapplication-qt6.dll" Delete "$INSTDIR\libbs2b.dll" Delete "$INSTDIR\libfaac_dll.dll" - Delete "$INSTDIR\libgetopt.dll" Delete "$INSTDIR\liblzma.dll" Delete "$INSTDIR\libmp3lame.dll" Delete "$INSTDIR\libopenmpt.dll"