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" File ".\functionList\gdscript.xml"
${MementoSectionEnd} ${MementoSectionEnd}
${MementoSection} "Hollywood" Hollywood_FL
SetOutPath "$INSTDIR\functionList"
File ".\functionList\hollywood.xml"
${MementoSectionEnd}
${MementoSection} "NppExecScript" NppExecScript_FL ${MementoSection} "NppExecScript" NppExecScript_FL
SetOutPath "$INSTDIR\functionList" SetOutPath "$INSTDIR\functionList"
File ".\functionList\nppexec.xml" File ".\functionList\nppexec.xml"
@ -351,6 +356,10 @@ SectionGroup un.functionListComponent
Section un.GDScript_FL Section un.GDScript_FL
Delete "$INSTDIR\functionList\gdscript.xml" Delete "$INSTDIR\functionList\gdscript.xml"
SectionEnd SectionEnd
Section un.Hollywood_FL
Delete "$INSTDIR\functionList\hollywood.xml"
SectionEnd
Section un.NppExecScript_FL Section un.NppExecScript_FL
Delete "$INSTDIR\functionList\nppexec.xml" Delete "$INSTDIR\functionList\nppexec.xml"