mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-31 03:05:40 +08:00
Set 7-Zip compression level to maximum (-mx=9)
This commit is contained in:
parent
b310dadf8c
commit
7b94189747
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -144,7 +144,7 @@ Set-Location ../
|
|||||||
Get-ChildItem .
|
Get-ChildItem .
|
||||||
Copy-Item -Path $curr -Destination $pkgName -Recurse
|
Copy-Item -Path $curr -Destination $pkgName -Recurse
|
||||||
$7zPath = "$pkgName.7z"
|
$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 .
|
Get-ChildItem .
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user