From f7635f9e4936ac96e715a2ef447a6a0ce087e71b Mon Sep 17 00:00:00 2001 From: Daenyth Date: Mon, 23 Jun 2014 21:12:25 -0400 Subject: [PATCH] Don't recursive remove program files/cockatrice. This should prevent deleting old deck files --- nsis/cockatrice.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsis/cockatrice.nsi b/nsis/cockatrice.nsi index 33cc496b..2cce2f5e 100644 --- a/nsis/cockatrice.nsi +++ b/nsis/cockatrice.nsi @@ -115,7 +115,7 @@ SetShellVarContext all Delete "$INSTDIR\QtMultimedia4.dll" RMDir "$INSTDIR" - RMDir /r "$SMPROGRAMS\Cockatrice" + RMDir "$SMPROGRAMS\Cockatrice" DeleteRegKey HKCU "Software\Cockatrice" DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cockatrice"