remove debug output and minor message tweak
This commit is contained in:
parent
0eebb89e76
commit
5eee2572e2
2 changed files with 1 additions and 4 deletions
3
.github/workflows/version-check.yml
vendored
3
.github/workflows/version-check.yml
vendored
|
|
@ -62,9 +62,6 @@ jobs:
|
|||
$buildType = "false"
|
||||
}
|
||||
|
||||
Write-Host "🔧 Build Type: $buildType"
|
||||
|
||||
# Формируем финальный JSON
|
||||
$versionsObj = $env:versions | ConvertFrom-Json
|
||||
|
||||
if ($buildType -eq "false") {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue