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
de80f1032f
commit
2103e9524c
5
.github/test.ps1
vendored
5
.github/test.ps1
vendored
@ -52,8 +52,6 @@ Write-Host "Compress Starting at $start"
|
||||
$end = Get-Date
|
||||
Write-Host "Elapsed time: $($end - $start)"
|
||||
|
||||
Get-ChildItem "C:\Program Files\7-Zip\"
|
||||
|
||||
$config = @"
|
||||
;!@Install@!UTF-8!
|
||||
Title="GPT-SoVITS Installation"
|
||||
@ -63,8 +61,7 @@ ExtractPath="."
|
||||
"@
|
||||
Set-Content -Path "config.txt" -Value $config -Encoding UTF8
|
||||
|
||||
# $SfxModule = "C:\Program Files\7-Zip\7z.sfx"
|
||||
$SfxModule = "C:\Program Files\7-Zip\7zSD.sfx"
|
||||
$SfxModule = "C:\Program Files\7-Zip\7z.sfx"
|
||||
$SfxExePath = "$pkgName.exe"
|
||||
Write-Host "[INFO] Creating self-extracting archive: $SfxExePath"
|
||||
# $cmd = 'copy /b "{0}"+"config.txt"+"{1}" "{2}"' -f $SfxModule, $7zPath, $SfxExePath
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user