From 0472052f8ee0fc37266974e969db68c21f438982 Mon Sep 17 00:00:00 2001 From: Don HO Date: Thu, 31 Dec 2020 03:50:56 +0100 Subject: [PATCH] Make installer override all the function list files on the installation --- PowerEditor/installer/nsisInclude/functionList.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/installer/nsisInclude/functionList.nsh b/PowerEditor/installer/nsisInclude/functionList.nsh index a7c72ff4..8b622f4a 100644 --- a/PowerEditor/installer/nsisInclude/functionList.nsh +++ b/PowerEditor/installer/nsisInclude/functionList.nsh @@ -27,7 +27,7 @@ SectionGroup "Function List Files" functionListComponent - SetOverwrite off + SetOverwrite on ${MementoSection} "C" C_FL SetOutPath "$INSTDIR\functionList"