mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-29 05:08:00 +08:00
.
This commit is contained in:
parent
9f092b70f0
commit
bf4ca1602e
1
.github/build_windows_packages.ps1
vendored
1
.github/build_windows_packages.ps1
vendored
@ -65,6 +65,7 @@ Get-ChildItem
|
|||||||
Get-ChildItem $tmpDir
|
Get-ChildItem $tmpDir
|
||||||
& "C:\Program Files\7-Zip\7z.exe" e $zst -o$tmpDir -aoa | Out-Null
|
& "C:\Program Files\7-Zip\7z.exe" e $zst -o$tmpDir -aoa | Out-Null
|
||||||
Get-ChildItem $tmpDir
|
Get-ChildItem $tmpDir
|
||||||
|
Write-Host "11111"
|
||||||
$tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1
|
$tar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1
|
||||||
Get-ChildItem $tmpDir
|
Get-ChildItem $tmpDir
|
||||||
& "C:\Program Files\7-Zip\7z.exe" x $tar.FullName -o$tmpDir\extracted -aoa | Out-Null
|
& "C:\Program Files\7-Zip\7z.exe" x $tar.FullName -o$tmpDir\extracted -aoa | Out-Null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user