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"
File ".\APIs\lua.xml"
${MementoSectionEnd}
${MementoSection} "AutoIt" AutoIt
SetOutPath "$INSTDIR\plugins\APIs"
File ".\APIs\autoit.xml"
${MementoSectionEnd}
SectionGroupEnd
@ -245,8 +250,13 @@ SectionGroup un.autoCompletionComponent
Delete "$INSTDIR\plugins\APIs\baanc.xml"
SectionEnd
Section un.Lua
Section un.Lua
Delete "$INSTDIR\plugins\APIs\lua.xml"
SectionEnd
Section un.autoit
Delete "$INSTDIR\plugins\APIs\autoit.xml"
SectionEnd
SectionGroupEnd