Add lua function list into installer

This commit is contained in:
Don Ho 2021-12-04 03:07:18 +01:00
parent feac018149
commit 1039c10bae
1 changed files with 9 additions and 0 deletions

View File

@ -83,6 +83,11 @@ SectionGroup "Function List Files" functionListComponent
File ".\functionList\python.xml"
${MementoSectionEnd}
${MementoSection} "Python" Lua_FL
SetOutPath "$INSTDIR\functionList"
File ".\functionList\lua.xml"
${MementoSectionEnd}
${MementoSection} "ini" ini_FL
SetOutPath "$INSTDIR\functionList"
File ".\functionList\ini.xml"
@ -236,6 +241,10 @@ SectionGroup un.functionListComponent
Delete "$INSTDIR\functionList\python.xml"
SectionEnd
Section un.Lua_FL
Delete "$INSTDIR\functionList\lua.xml"
SectionEnd
Section un.COBOL_FL
Delete "$INSTDIR\functionList\cobol.xml"
SectionEnd