diff --git a/Build/notepad3_setup.iss b/Build/notepad3_setup.iss index cb284cb8f..034e6394b 100644 --- a/Build/notepad3_setup.iss +++ b/Build/notepad3_setup.iss @@ -275,11 +275,13 @@ Type: files; Name: {#quick_launch}\{#app_name}.lnk; Check: not IsTaskSelect Type: files; Name: {app}\Notepad3.ini Type: files; Name: {app}\Readme.txt Type: files; Name: {app}\minipath.ini +Type: files; Name: {app}\grepWinNP3.ini [UninstallDelete] Type: files; Name: {app}\Notepad3.ini Type: files; Name: {app}\minipath.ini +Type: files; Name: {app}\grepWinNP3.ini Type: dirifempty; Name: {app} @@ -422,6 +424,7 @@ procedure CleanUpSettings(); begin DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\Notepad3.ini')); DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\minipath.ini')); + DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\grepWinNP3.ini')); RemoveDir(ExpandConstant('{userappdata}\Rizonesoft\Notepad3')); end; diff --git a/Build/notepad3_x86_setup.iss b/Build/notepad3_x86_setup.iss index cd74cfe82..a60f4ce0e 100644 --- a/Build/notepad3_x86_setup.iss +++ b/Build/notepad3_x86_setup.iss @@ -217,11 +217,13 @@ Type: files; Name: {#quick_launch}\{#app_name}.lnk; Check: not IsTaskSelect Type: files; Name: {app}\Notepad3.ini Type: files; Name: {app}\Readme.txt Type: files; Name: {app}\minipath.ini +Type: files; Name: {app}\grepWinNP3.ini [UninstallDelete] Type: files; Name: {app}\Notepad3.ini Type: files; Name: {app}\minipath.ini +Type: files; Name: {app}\grepWinNP3.ini Type: dirifempty; Name: {app} @@ -364,6 +366,7 @@ procedure CleanUpSettings(); begin DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\Notepad3.ini')); DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\minipath.ini')); + DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\grepWinNP3.ini')); RemoveDir(ExpandConstant('{userappdata}\Rizonesoft\Notepad3')); end; diff --git a/Versions/build.txt b/Versions/build.txt index d00491fd7..0cfbf0888 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1 +2 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 90e5a9bb0..effe6271e 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 BETA diff --git a/src/VersionEx.h b/src/VersionEx.h index 2149ffe58..86af42b7d 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 20 #define VERSION_REV 521 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define SCINTILLA_VER 433 #define ONIGURUMA_REGEX_VER 6.9.5 #define UCHARDET_VER 2018.09.27