remove debug output and minor message tweak

This commit is contained in:
amd64fox 2025-11-14 02:19:30 +03:00
parent 0eebb89e76
commit 5eee2572e2
2 changed files with 1 additions and 4 deletions

View file

@ -62,9 +62,6 @@ jobs:
$buildType = "false"
}
Write-Host "🔧 Build Type: $buildType"
# Формируем финальный JSON
$versionsObj = $env:versions | ConvertFrom-Json
if ($buildType -eq "false") {

View file

@ -63,7 +63,7 @@ function Download-And-Unpack-Spotify {
Write-Output "Распаковка файла в $destinationPath..."
Start-Process -Wait -FilePath $exePath -ArgumentList "/extract `"$destinationPath`""
Write-Output "Распаковка завершена."
Write-Output "Распаковка завершена"
$dllPath = Join-Path $destinationPath "Spotify.dll"
$exePathForAnalysis = Join-Path $destinationPath "Spotify.exe"