Don't recursive remove program files/cockatrice.
This should prevent deleting old deck files
This commit is contained in:
parent
ea08fe168c
commit
f7635f9e49
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue