From fc5a193e0dc707562d1fefe88b684cd921f95152 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 28 Jun 2014 19:39:47 +0200 Subject: [PATCH] NSIS: remove additional files on uninstall --- cmake/NSIS.template.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/NSIS.template.in b/cmake/NSIS.template.in index ed28a165..e9607466 100644 --- a/cmake/NSIS.template.in +++ b/cmake/NSIS.template.in @@ -77,6 +77,9 @@ SetShellVarContext all Delete "$INSTDIR\Usermanual.pdf" Delete "$INSTDIR\libprotobuf.lib" Delete "$INSTDIR\Qt*.dll" + Delete "$INSTDIR\icu*.dll" + Delete "$INSTDIR\qt.conf" + Delete "$INSTDIR\qdebug.txt" RMDir "$INSTDIR" RMDir "$SMPROGRAMS\Cockatrice"