From 7b941897477aec02b144f87ef92c6d1751c6131c Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Wed, 14 May 2025 09:26:59 +0100 Subject: [PATCH] Set 7-Zip compression level to maximum (-mx=9) --- .github/build_windows_packages.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build_windows_packages.ps1 b/.github/build_windows_packages.ps1 index 3f173ec9..28931a1c 100644 --- a/.github/build_windows_packages.ps1 +++ b/.github/build_windows_packages.ps1 @@ -144,7 +144,7 @@ Set-Location ../ Get-ChildItem . Copy-Item -Path $curr -Destination $pkgName -Recurse $7zPath = "$pkgName.7z" -& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -mx=5 -bsp1 +& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -mx=9 -bsp1 Get-ChildItem . python -m pip install --upgrade pip