mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-10 10:09:51 +08:00
WIP
This commit is contained in:
parent
896169769a
commit
659bd1b790
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -23,7 +23,7 @@ Invoke-WebRequest $pyUrl -OutFile $zst
|
||||
Get-ChildItem
|
||||
Get-ChildItem $tmpDir
|
||||
Write-Host "0000"
|
||||
& "C:\Program Files\7-Zip\7z.exe" e $zst -o$tmpDir -aoa
|
||||
Start-Process -FilePath "C:\Program Files\7-Zip\7z.exe" -ArgumentList "e `"$zst`" -aoa" -WorkingDirectory $tmpDir -Wait
|
||||
Get-ChildItem $tmpDir
|
||||
Write-Host "11111"
|
||||
$tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user