diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index 5cdbfe0..4be4dfe 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -62,9 +62,6 @@ jobs: $buildType = "false" } - Write-Host "πŸ”§ Build Type: $buildType" - - # Π€ΠΎΡ€ΠΌΠΈΡ€ΡƒΠ΅ΠΌ Ρ„ΠΈΠ½Π°Π»ΡŒΠ½Ρ‹ΠΉ JSON $versionsObj = $env:versions | ConvertFrom-Json if ($buildType -eq "false") { diff --git a/get-build-info.ps1 b/get-build-info.ps1 index c83d2b9..16acf78 100644 --- a/get-build-info.ps1 +++ b/get-build-info.ps1 @@ -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"