This commit is contained in:
XXXXRT666 2025-05-21 16:03:06 +03:00
parent ec8e9f388e
commit 0f5154ec8e

4
.github/test.ps1 vendored
View File

@ -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 .