mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove theme directory when uninstalling on Windows
I assume the theme directory should be deleted on uninstall the same way e.g. Documentation directory is deleted. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9775750cf5
commit
c43708bc8e
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\qt.conf"
|
||||
RMDir /r "$INSTDIR\share"
|
||||
RMDir /r "$INSTDIR\data"
|
||||
RMDir /r "$INSTDIR\theme"
|
||||
RMDir /r "$INSTDIR\images"
|
||||
RMDir /r "$INSTDIR\translations"
|
||||
RMDir /r "$INSTDIR\oldshare"
|
||||
|
|
Loading…
Add table
Reference in a new issue