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
85a4a94b
Commit
85a4a94b
authored
Oct 02, 2014
by
Fabio Bas
Browse files
win32: Avoid wiping server.log on upgrade
parent
b3480683
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/NSIS.template.in
View file @
85a4a94b
...
@@ -82,7 +82,6 @@ Section Uninstall
...
@@ -82,7 +82,6 @@ Section Uninstall
Delete "$INSTDIR\icu*.dll"
Delete "$INSTDIR\icu*.dll"
Delete "$INSTDIR\qt.conf"
Delete "$INSTDIR\qt.conf"
Delete "$INSTDIR\qdebug.txt"
Delete "$INSTDIR\qdebug.txt"
Delete "$INSTDIR\server.log"
Delete "$INSTDIR\servatrice.sql"
Delete "$INSTDIR\servatrice.sql"
Delete "$INSTDIR\servatrice.ini.example"
Delete "$INSTDIR\servatrice.ini.example"
RMDir "$INSTDIR"
RMDir "$INSTDIR"
...
...
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