Set 7-Zip compression level to maximum (-mx=9)

This commit is contained in:
XXXXRT666 2025-05-14 09:26:59 +01:00 committed by GitHub
parent b310dadf8c
commit 7b94189747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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