From 0dff45568b61c5ed7fa1fdee025e41bdfbda091e Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 3 Apr 2023 23:40:31 +0200 Subject: [PATCH] Make uninstaller clean up better --- PowerEditor/installer/nsisInclude/uninstall.nsh | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/installer/nsisInclude/uninstall.nsh b/PowerEditor/installer/nsisInclude/uninstall.nsh index 68fe2d2eb..163523c5c 100644 --- a/PowerEditor/installer/nsisInclude/uninstall.nsh +++ b/PowerEditor/installer/nsisInclude/uninstall.nsh @@ -245,6 +245,7 @@ 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"