Add Hollywood function list into installer

Close #13547
This commit is contained in:
Andreas Falkenhahn 2023-04-16 21:31:29 +02:00 committed by Don Ho
parent fff5f9b24c
commit de618df55f

View File

@ -193,6 +193,11 @@ SectionGroup "Function List Files" functionListComponent
File ".\functionList\gdscript.xml"
${MementoSectionEnd}
${MementoSection} "Hollywood" Hollywood_FL
SetOutPath "$INSTDIR\functionList"
File ".\functionList\hollywood.xml"
${MementoSectionEnd}
${MementoSection} "NppExecScript" NppExecScript_FL
SetOutPath "$INSTDIR\functionList"
File ".\functionList\nppexec.xml"
@ -352,6 +357,10 @@ SectionGroup un.functionListComponent
Delete "$INSTDIR\functionList\gdscript.xml"
SectionEnd
Section un.Hollywood_FL
Delete "$INSTDIR\functionList\hollywood.xml"
SectionEnd
Section un.NppExecScript_FL
Delete "$INSTDIR\functionList\nppexec.xml"
SectionEnd