mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +02:00
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…
x
Reference in New Issue
Block a user