mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-12 19:39:49 +08:00
Update build_windows_packages.ps1
This commit is contained in:
parent
8b68aad1b3
commit
91576f157e
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -162,7 +162,7 @@ Copy-Item -Path $curr -Destination $pkgName -Recurse
|
||||
$7zPath = "$pkgName.7z"
|
||||
$start = Get-Date
|
||||
Write-Host "Compress Starting at $start"
|
||||
& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -m0=lzma2 -mx=9 -md=1024m -ms=512m -mfb=273 -mlp=4 -mc=10000 -mmt=on -bsp1
|
||||
& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -m0=lzma2 -mx=9 -md=1024m -ms=512m -mfb=273 -mmt=on -bsp1
|
||||
$end = Get-Date
|
||||
Write-Host "Elapsed time: $($end - $start)"
|
||||
Get-ChildItem .
|
||||
|
Loading…
x
Reference in New Issue
Block a user