OSDN Git Service

Small installer fix.
authorLoRd_MuldeR <mulder2@gmx.de>
Fri, 23 Oct 2015 16:17:26 +0000 (18:17 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Fri, 23 Oct 2015 16:17:26 +0000 (18:17 +0200)
etc/NSIS/setup.nsi

index 1d089a8..51144b1 100644 (file)
@@ -528,6 +528,7 @@ FunctionEnd
        Delete ${options} "$INSTDIR\Translate.html"
        Delete ${options} "$INSTDIR\Uninstall.exe"
        Delete ${options} "$INSTDIR\Qt*.dll"
+       Delete ${options} "$INSTDIR\MUtils*.dll"
        Delete ${options} "$INSTDIR\msvcr*.dll"
        Delete ${options} "$INSTDIR\msvcp*.dll"
        Delete ${options} "$INSTDIR\concrt*.dll"