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:
parent
ae34f62489
commit
f0de9e77b8
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user