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
@ -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…
x
Reference in New Issue
Block a user