From 63e7a64159391356043c5fcfff2be5a8cb1c88a9 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Fri, 20 Dec 2024 20:18:35 -0600 Subject: [PATCH] updated Notepad3 URLS --- .../PhoenixPE/Applications/Productivity/Notepad3.script | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/PhoenixPE/Applications/Productivity/Notepad3.script b/Projects/PhoenixPE/Applications/Productivity/Notepad3.script index e97fc32..99d36d5 100644 --- a/Projects/PhoenixPE/Applications/Productivity/Notepad3.script +++ b/Projects/PhoenixPE/Applications/Productivity/Notepad3.script @@ -35,15 +35,15 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.6.0 -Date=2024-06-03 +Version=1.1.7.0 +Date=2024-12-20 [Variables] %ProgramFolder%="Notepad3" %ProgramExe%="Notepad3.exe" %ProgramVersion%=6.24.309.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 +%DownloadURLx86%=https://github.com/rizonesoft/Notepad3/releases/download/RC3_6.24.309.1/Notepad3_6.24.309.1_rc3_x86_Portable.zip +%DownloadURLx64%=https://github.com/rizonesoft/Notepad3/releases/download/RC3_6.24.309.1/Notepad3_6.24.309.1_rc3_x64_Portable.zip %SetupFile%="Notepad3_%SourceArch%.zip" %ConfigFile%="%ProgramsCache%\%ProgramFolder%\Notepad3.ini"