mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-03 20:39:57 +08:00
.
This commit is contained in:
parent
1bc5504ee5
commit
5614867b6d
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -191,7 +191,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=bcj -m1=zstd -mx=20 -mmt=on -bsp1
|
||||
& "C:\Program Files\7-Zip\7z.exe" a -tzip "$7zPath" "$pkgName" -m0=bcj -m1=zstd -mx=20 -mmt=on -bsp1
|
||||
$end = Get-Date
|
||||
Write-Host "Elapsed time: $($end - $start)"
|
||||
Get-ChildItem .
|
||||
|
Loading…
x
Reference in New Issue
Block a user