From 36e7572e2c395161594287768ed86a92f0291fda Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 19 Jan 2009 14:38:06 -0700 Subject: Fixed the uninstallation portion of the nsi script while it's still on my mind. Signed-off-by: Ira Rice --- packaging/windows/setup.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index c380e7b7..a151e3cd 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -226,6 +226,7 @@ Section Uninstall RMDir "$SMPROGRAMS\Aethyra" RMDir /r "$INSTDIR\data" RMDir /r "$INSTDIR\docs" + RMDir /r "$INSTDIR\po" RMDir /r "$INSTDIR\updates" RMDir "$INSTDIR" -- cgit v1.2.3-70-g09d2