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"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user