Make user defined overrideMap.xml not overridable during installation
Fix https://community.notepad-plus-plus.org/topic/20534/notepad-v7-9-2-release-candidate-2/4?_=1609416552124
This commit is contained in:
parent
0472052f8e
commit
a68805b7ff
@ -114,11 +114,6 @@ SectionGroup "Function List Files" functionListComponent
|
|||||||
File ".\functionList\krl.xml"
|
File ".\functionList\krl.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Override Map" OverrideMap_FL
|
|
||||||
SetOutPath "$INSTDIR\functionList"
|
|
||||||
File ".\functionList\overrideMap.xml"
|
|
||||||
${MementoSectionEnd}
|
|
||||||
|
|
||||||
${MementoSection} "NSIS" NSIS_FL
|
${MementoSection} "NSIS" NSIS_FL
|
||||||
SetOutPath "$INSTDIR\functionList"
|
SetOutPath "$INSTDIR\functionList"
|
||||||
File ".\functionList\nsis.xml"
|
File ".\functionList\nsis.xml"
|
||||||
@ -163,6 +158,12 @@ SectionGroup "Function List Files" functionListComponent
|
|||||||
SetOutPath "$INSTDIR\functionList"
|
SetOutPath "$INSTDIR\functionList"
|
||||||
File ".\functionList\xml.xml"
|
File ".\functionList\xml.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
SetOverwrite off
|
||||||
|
${MementoSection} "Override Map" OverrideMap_FL
|
||||||
|
SetOutPath "$INSTDIR\functionList"
|
||||||
|
File ".\functionList\overrideMap.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user