diff --git a/Projects/PhoenixPE/Applications/File Management/7Zip.script b/Projects/PhoenixPE/Applications/File Management/7Zip.script index a3d68d7..d3da6de 100644 --- a/Projects/PhoenixPE/Applications/File Management/7Zip.script +++ b/Projects/PhoenixPE/Applications/File Management/7Zip.script @@ -32,16 +32,16 @@ Title=7-Zip Author=Homes32 Level=5 -Version=1.2.4.0 -Description=(v24.07) 7-Zip is a free and open-source file archiver capable of reading and writing many archive formats. -Date=2024-07-27 +Version=1.2.5.0 +Description=(v24.08) 7-Zip is a free and open-source file archiver capable of reading and writing many archive formats. +Date=2024-10-25 Selected=False Mandatory=False [Variables] %ProgramFolder%="7-Zip" %ProgramExe%="7zFM.exe" -%ProgramVersion%=2407 +%ProgramVersion%=2408 %DownloadURL86%=https://www.7-zip.org/a/7z%ProgramVersion%.exe %DownloadURL64%=https://www.7-zip.org/a/7z%ProgramVersion%-x64.exe diff --git a/Projects/PhoenixPE/Tools/arm64/7z.dll b/Projects/PhoenixPE/Tools/arm64/7z.dll index b596466..2c0bb61 100644 Binary files a/Projects/PhoenixPE/Tools/arm64/7z.dll and b/Projects/PhoenixPE/Tools/arm64/7z.dll differ diff --git a/Projects/PhoenixPE/Tools/arm64/7z.exe b/Projects/PhoenixPE/Tools/arm64/7z.exe index 0d7504f..6d6597b 100644 Binary files a/Projects/PhoenixPE/Tools/arm64/7z.exe and b/Projects/PhoenixPE/Tools/arm64/7z.exe differ diff --git a/Projects/PhoenixPE/Tools/x64/7z.dll b/Projects/PhoenixPE/Tools/x64/7z.dll index f79493c..9295b54 100644 Binary files a/Projects/PhoenixPE/Tools/x64/7z.dll and b/Projects/PhoenixPE/Tools/x64/7z.dll differ diff --git a/Projects/PhoenixPE/Tools/x64/7z.exe b/Projects/PhoenixPE/Tools/x64/7z.exe index ca7931d..00fc388 100644 Binary files a/Projects/PhoenixPE/Tools/x64/7z.exe and b/Projects/PhoenixPE/Tools/x64/7z.exe differ diff --git a/Projects/PhoenixPE/Tools/x86/7z.dll b/Projects/PhoenixPE/Tools/x86/7z.dll index ad2ecc3..c7e7288 100644 Binary files a/Projects/PhoenixPE/Tools/x86/7z.dll and b/Projects/PhoenixPE/Tools/x86/7z.dll differ diff --git a/Projects/PhoenixPE/Tools/x86/7z.exe b/Projects/PhoenixPE/Tools/x86/7z.exe index f823f04..4d3889e 100644 Binary files a/Projects/PhoenixPE/Tools/x86/7z.exe and b/Projects/PhoenixPE/Tools/x86/7z.exe differ