Fix the issue that batch.xml is missing from installer

Closes #3677, fixes #3680
This commit is contained in:
SinghRajenM 2017-08-30 14:37:25 +05:30 committed by Don HO
parent ad959ac826
commit 461936ef44

View File

@ -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