diff --git a/PowerEditor/installer/nsisInclude/functionList.nsh b/PowerEditor/installer/nsisInclude/functionList.nsh index 78f94029d..05b4fb3fb 100644 --- a/PowerEditor/installer/nsisInclude/functionList.nsh +++ b/PowerEditor/installer/nsisInclude/functionList.nsh @@ -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