Skip to content

Commit 49af4b4

Browse files
xomxdonho
authored andcommitted
Fix installed auto-completion files not overwritten after update
Fix notepad-plus-plus#14749, close notepad-plus-plus#17863
1 parent e20e358 commit 49af4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PowerEditor/installer/nsisInclude/autoCompletion.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
SectionGroup "Auto-completion Files" autoCompletionComponent
19-
SetOverwrite off
19+
SetOverwrite on
2020

2121
${MementoSection} "C" C
2222
SetOutPath "$INSTDIR\autoCompletion"

0 commit comments

Comments
 (0)