Remove autocomplete directory on uninstall

Close #5277
This commit is contained in:
Rajendra Singh 2019-01-28 21:24:55 +05:30 committed by Don HO
parent aba4716c7b
commit ea08e037d2

View File

@ -45,7 +45,8 @@ FunctionEnd
Function un.onUninstSuccess
; make sure all the empty folders are deleted on successful uninstall
; These folders will be deleted only if they are emtpy
; These folders will be deleted only if they are empty
RMDir "$INSTDIR\autoCompletion\"
RMDir "$INSTDIR\localization\"
RMDir "$INSTDIR\plugins\APIs\"
RMDir "$INSTDIR\plugins\disabled\"