mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue