Add lua function list into installer
This commit is contained in:
parent
feac018149
commit
1039c10bae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue