diff --git a/.github/test.ps1 b/.github/test.ps1 index 809c4614..b6364880 100644 --- a/.github/test.ps1 +++ b/.github/test.ps1 @@ -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