Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
f7635f9e
Commit
f7635f9e
authored
Jun 23, 2014
by
Daenyth
Browse files
Don't recursive remove program files/cockatrice.
This should prevent deleting old deck files
parent
ea08fe16
Changes
1
Hide whitespace changes
Inline
Side-by-side
nsis/cockatrice.nsi
View file @
f7635f9e
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment