From ae8decd77964a411ee72fc87fbd968ba6d08faba Mon Sep 17 00:00:00 2001 From: David Sansome Date: Thu, 17 Jun 2010 13:59:49 +0000 Subject: [PATCH] Remember to remove the "imageformats" folder on windows uninstall --- dist/windows/clementine.nsi.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index 24ada521f..08f058d6e 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -1421,9 +1421,10 @@ Section "Uninstall" Delete "$INSTDIR\Uninstall.exe" - ; Remove the installation folder. + ; Remove the installation folders. RMDir "$INSTDIR\gstreamer-plugins" RMDir "$INSTDIR\projectm-presets" + RMDir "$INSTDIR\imageformats" RMDir "$INSTDIR" ; Remove the Shortcuts