Remove autocomplete directory on uninstall

Close #5277
pull/5369/head
Rajendra Singh 2019-01-28 21:24:55 +05:30 committed by Don HO
parent aba4716c7b
commit ea08e037d2
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ FunctionEnd
Function un.onUninstSuccess Function un.onUninstSuccess
; make sure all the empty folders are deleted on successful uninstall ; 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\localization\"
RMDir "$INSTDIR\plugins\APIs\" RMDir "$INSTDIR\plugins\APIs\"
RMDir "$INSTDIR\plugins\disabled\" RMDir "$INSTDIR\plugins\disabled\"