From 02dc65d1c03248124be8d182e20c12f9ffbf5ef5 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sat, 13 Jan 2024 14:58:53 -0600 Subject: [PATCH] Update Notepad3.script (Issue #45) - Removes MSIX manifest entries --- .../Applications/Productivity/Notepad3.script | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Projects/PhoenixPE/Applications/Productivity/Notepad3.script b/Projects/PhoenixPE/Applications/Productivity/Notepad3.script index dcf3d54..06ef495 100644 --- a/Projects/PhoenixPE/Applications/Productivity/Notepad3.script +++ b/Projects/PhoenixPE/Applications/Productivity/Notepad3.script @@ -30,20 +30,20 @@ [Main] Title=Notepad3 -Description=(v6.23.203.2) Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. It has a small memory footprint, but is powerful enough to handle most programming jobs. +Description=(v6.24.109.1) Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. It has a small memory footprint, but is powerful enough to handle most programming jobs. Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.4.0 -Date=2023-03-07 +Version=1.1.5.0 +Date=2024-01-13 [Variables] %ProgramFolder%="Notepad3" %ProgramExe%="Notepad3.exe" -%ProgramVersion%=6.23.203.2 -%DownloadURLx86%=https://github.com/rizonesoft/Notepad3/releases/download/RELEASE_%ProgramVersion%/Notepad3_%ProgramVersion%_x86_Portable.zip -%DownloadURLx64%=https://github.com/rizonesoft/Notepad3/releases/download/RELEASE_%ProgramVersion%/Notepad3_%ProgramVersion%_x64_Portable.zip +%ProgramVersion%=6.24.109.1 +%DownloadURLx86%=https://github.com/rizonesoft/Notepad3/releases/download/RC2_6.24.109.1/Notepad3_6.24.109.1_rc2_Portable.zip +%DownloadURLx64%=https://github.com/rizonesoft/Notepad3/releases/download/RC2_6.24.109.1/Notepad3_6.24.109.1_rc2_x64_Portable.zip %SetupFile%="Notepad3_%SourceArch%.zip" %ConfigFile%="%ProgramsCache%\%ProgramFolder%\Notepad3.ini"