mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-19 00:09:48 +08:00
WIP
This commit is contained in:
parent
d21a853e74
commit
9f092b70f0
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -64,7 +64,9 @@ Invoke-WebRequest $pyUrl -OutFile $zst
|
||||
Get-ChildItem
|
||||
Get-ChildItem $tmpDir
|
||||
& "C:\Program Files\7-Zip\7z.exe" e $zst -o$tmpDir -aoa | Out-Null
|
||||
Get-ChildItem $tmpDir
|
||||
$tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1
|
||||
Get-ChildItem $tmpDir
|
||||
& "C:\Program Files\7-Zip\7z.exe" x $tar.FullName -o$tmpDir\extracted -aoa | Out-Null
|
||||
Move-Item "$tmpDir\extracted\python\install" "$srcDir\runtime"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user