X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_openexr%2Funmod_openexr.nsh;h=e4b15de2a24a4dbe6b65400834a41562e3e27425;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=18db45a2b82bfd1cdc7f041cbb60142bc1446f73;hpb=d3408370fc3297609b3aa8d4ff7edf1f238df251;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_openexr/unmod_openexr.nsh b/synfig-core/tags/stable/src/modules/mod_openexr/unmod_openexr.nsh index 18db45a..e4b15de 100644 --- a/synfig-core/tags/stable/src/modules/mod_openexr/unmod_openexr.nsh +++ b/synfig-core/tags/stable/src/modules/mod_openexr/unmod_openexr.nsh @@ -1,8 +1,8 @@ Section "un.mod_openexr" - Delete "$INSTDIR\bin\libIex-4.dll" - Delete "$INSTDIR\bin\libIlmImf-4.dll" - Delete "$INSTDIR\bin\libIlmThread-4.dll" - Delete "$INSTDIR\bin\libHalf-4.dll" + Delete "$INSTDIR\bin\libIex*.dll" + Delete "$INSTDIR\bin\libIlmImf*.dll" + Delete "$INSTDIR\bin\libIlmThread*.dll" + Delete "$INSTDIR\bin\libHalf*.dll" Delete "$INSTDIR\lib\synfig\modules\mod_openexr.dll" RMDir "$INSTDIR\lib\synfig\modules" RMDir "$INSTDIR\lib\synfig"