From 62098b049e82b023966659729548e7e9c54b1999 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 23 Oct 2015 18:17:26 +0200 Subject: [PATCH] Small installer fix. --- etc/NSIS/setup.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 1d089a87..51144b10 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -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" -- 2.11.4.GIT