Fix tabContextMenu_example.xml not being deleted while uninstallation

Correctly delete tabContextMenu_example.xml in the users profile.

Fix #13670, close #13654
This commit is contained in:
Anders 2023-05-14 01:04:11 +02:00 committed by Don Ho
parent af8b339296
commit 8250a81d6e
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,6 @@ Section Uninstall
Delete "$INSTDIR\langs.model.xml"
Delete "$INSTDIR\stylers.model.xml"
Delete "$INSTDIR\tabContextMenu_example.xml"
Delete "$APPDATA\${APPNAME}\tabContextMenu_example.xml"
Delete "$INSTDIR\stylers_remove.xml"
Delete "$INSTDIR\localization\english.xml"
Delete "$INSTDIR\LINEDRAW.TTF"
@ -277,6 +276,7 @@ Section Uninstall
Delete "$APPDATA\${APPNAME}\userDefineLang.xml"
Delete "$APPDATA\${APPNAME}\insertExt.ini"
Delete "$APPDATA\${APPNAME}\nppLogNulContentCorruptionIssue.log"
Delete "$APPDATA\${APPNAME}\tabContextMenu_example.xml"
Delete "$APPDATA\${APPNAME}\toolbarIcons.xml"
Delete "$APPDATA\${APPNAME}\userDefineLangs\userDefinedLang-markdown.default.modern.xml"
Delete "$APPDATA\${APPNAME}\userDefineLangs\markdown._preinstalled.udl.xml"