From de618df55fe2f6494a705c57760849bf5c20cfe6 Mon Sep 17 00:00:00 2001 From: Andreas Falkenhahn Date: Sun, 16 Apr 2023 21:31:29 +0200 Subject: [PATCH] Add Hollywood function list into installer Close #13547 --- PowerEditor/installer/nsisInclude/functionList.nsh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PowerEditor/installer/nsisInclude/functionList.nsh b/PowerEditor/installer/nsisInclude/functionList.nsh index 5c32f90ea..efaa89252 100644 --- a/PowerEditor/installer/nsisInclude/functionList.nsh +++ b/PowerEditor/installer/nsisInclude/functionList.nsh @@ -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" @@ -351,6 +356,10 @@ SectionGroup un.functionListComponent Section un.GDScript_FL 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"