Windows NSI installer: Remove qml folder on uninstall

Do remove also the (new) qml folder on uninstall.

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-09-24 12:58:00 +02:00 committed by Lubomir I. Ivanov
parent ae34f62489
commit f0de9e77b8

View file

@ -204,6 +204,7 @@ Section "Uninstall"
RMDir /r "$INSTDIR\translations"
RMDir /r "$INSTDIR\oldshare"
RMDir /r "$INSTDIR\plugins"
RMDir /r "$INSTDIR\qml"
RMDir /r "$INSTDIR\Documentation"
RMDir /r "$INSTDIR\printing_templates"
RMDir /r "$INSTDIR\grantlee"