diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-09-24 12:58:00 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-09-24 22:20:23 +0300 |
commit | f0de9e77b87691c331f17c84ad7f3d0d40ff9f1d (patch) | |
tree | 1dbd5e3700dd409821e00a21757ecc6e933fdd37 /packaging/windows | |
parent | ae34f62489a57ab33f921e83952d51cfec4e1e7e (diff) | |
download | subsurface-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.in | 1 |
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" |