Fix the issue that batch.xml is missing from installer
Closes #3677, fixes #3680
This commit is contained in:
parent
ad959ac826
commit
461936ef44
@ -128,6 +128,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
|||||||
SetOutPath "$INSTDIR\plugins\APIs"
|
SetOutPath "$INSTDIR\plugins\APIs"
|
||||||
File ".\APIs\cmake.xml"
|
File ".\APIs\cmake.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
${MementoSection} "BATCH" BATCH
|
||||||
|
SetOutPath "$INSTDIR\plugins\APIs"
|
||||||
|
File ".\APIs\batch.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
|
|
||||||
@ -212,4 +217,8 @@ SectionGroup un.autoCompletionComponent
|
|||||||
Section un.CMAKE
|
Section un.CMAKE
|
||||||
Delete "$INSTDIR\plugins\APIs\cmake.xml"
|
Delete "$INSTDIR\plugins\APIs\cmake.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section un.BATCH
|
||||||
|
Delete "$INSTDIR\plugins\APIs\batch.xml"
|
||||||
|
SectionEnd
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user