Christian Grasser 2018-10-31 22:04:11 +01:00 committed by Don HO
parent bfb7e863cc
commit 6cdac077f2
2 changed files with 16110 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -148,6 +148,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
SetOutPath "$INSTDIR\plugins\APIs" SetOutPath "$INSTDIR\plugins\APIs"
File ".\APIs\lua.xml" File ".\APIs\lua.xml"
${MementoSectionEnd} ${MementoSectionEnd}
${MementoSection} "AutoIt" AutoIt
SetOutPath "$INSTDIR\plugins\APIs"
File ".\APIs\autoit.xml"
${MementoSectionEnd}
SectionGroupEnd SectionGroupEnd
@ -249,4 +254,9 @@ SectionGroup un.autoCompletionComponent
Delete "$INSTDIR\plugins\APIs\lua.xml" Delete "$INSTDIR\plugins\APIs\lua.xml"
SectionEnd SectionEnd
Section un.autoit
Delete "$INSTDIR\plugins\APIs\autoit.xml"
SectionEnd
SectionGroupEnd SectionGroupEnd