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
246ebc5b76
commit
ef84121a2c
6
.github/build_windows_packages.ps1
vendored
6
.github/build_windows_packages.ps1
vendored
@ -181,7 +181,11 @@ Set-Content -Path "config.txt" -Value $config -Encoding UTF8
|
||||
$SfxModule = "C:\Program Files\7-Zip\7zSD.sfx"
|
||||
$SfxExePath = "$pkgName.exe"
|
||||
Write-Host "[INFO] Creating self-extracting archive: $SfxExePath"
|
||||
$cmd = 'copy /b "{0}"+"config.txt"+"{1}" "{2}"' -f $SfxModule, $7zPath, $SfxExePath
|
||||
# $cmd = 'copy /b "{0}"+"config.txt"+"{1}" "{2}"' -f $SfxModule, $7zPath, $SfxExePath
|
||||
# Write-Host "[INFO] Running CMD: $cmd"
|
||||
# cmd /c $cmd
|
||||
|
||||
$cmd = 'copy /b "{0}" + "{1}" "{2}"' -f $SfxModule, $7zPath, $SfxExePath
|
||||
Write-Host "[INFO] Running CMD: $cmd"
|
||||
cmd /c $cmd
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user