diff --git a/PowerEditor/installer/nsisInclude/autoCompletion.nsh b/PowerEditor/installer/nsisInclude/autoCompletion.nsh index 260b9195..1806b400 100644 --- a/PowerEditor/installer/nsisInclude/autoCompletion.nsh +++ b/PowerEditor/installer/nsisInclude/autoCompletion.nsh @@ -128,6 +128,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent SetOutPath "$INSTDIR\plugins\APIs" File ".\APIs\cmake.xml" ${MementoSectionEnd} + + ${MementoSection} "BATCH" BATCH + SetOutPath "$INSTDIR\plugins\APIs" + File ".\APIs\batch.xml" + ${MementoSectionEnd} SectionGroupEnd @@ -211,5 +216,9 @@ SectionGroup un.autoCompletionComponent Section un.CMAKE Delete "$INSTDIR\plugins\APIs\cmake.xml" - SectionEnd + SectionEnd + + Section un.BATCH + Delete "$INSTDIR\plugins\APIs\batch.xml" + SectionEnd SectionGroupEnd