summaryrefslogtreecommitdiffstats
path: root/packaging/windows
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-09-24 12:58:00 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-09-24 22:20:23 +0300
commitf0de9e77b87691c331f17c84ad7f3d0d40ff9f1d (patch)
tree1dbd5e3700dd409821e00a21757ecc6e933fdd37 /packaging/windows
parentae34f62489a57ab33f921e83952d51cfec4e1e7e (diff)
downloadsubsurface-f0de9e77b87691c331f17c84ad7f3d0d40ff9f1d.tar.gz
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>
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/subsurface.nsi.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in
index 75d9a2a1e..d9fb92ba6 100644
--- a/packaging/windows/subsurface.nsi.in
+++ b/packaging/windows/subsurface.nsi.in
@@ -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"