mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-12 11:01:09 +08:00
WIP
This commit is contained in:
parent
ec8e9f388e
commit
0f5154ec8e
4
.github/test.ps1
vendored
4
.github/test.ps1
vendored
@ -53,7 +53,7 @@ $end = Get-Date
|
||||
Write-Host "Elapsed time: $($end - $start)"
|
||||
|
||||
Invoke-WebRequest -Uri "https://www.7-zip.org/a/lzma2409.7z" -OutFile "lzma2409.7z"
|
||||
& "C:\Program Files\7-Zip\7z.exe" x "lzma2409.7z"
|
||||
& "C:\Program Files\7-Zip\7z.exe" x "lzma2409.7z" -aoa
|
||||
|
||||
$config = @"
|
||||
;!@Install@!UTF-8!
|
||||
@ -65,7 +65,7 @@ ExtractPath="."
|
||||
Set-Content -Path "config.txt" -Value $config -Encoding UTF8
|
||||
Get-Content config.txt
|
||||
|
||||
$SfxModule = "./lzma2409/bin/7zSD.sfx"
|
||||
$SfxModule = "./bin/7zSD.sfx"
|
||||
$SfxExePath = "$pkgName.exe"
|
||||
Write-Host "[INFO] Creating self-extracting archive: $SfxExePath"
|
||||
Get-ChildItem .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user