From faf0558dde019c02852c0a14ff4f1e22f002f6f6 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 14 Aug 2025 21:30:32 +0300 Subject: [PATCH] search for version in Spotify.dll --- ms-spotify-check.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ms-spotify-check.ps1 b/ms-spotify-check.ps1 index 5c639ea..9e8f10f 100644 --- a/ms-spotify-check.ps1 +++ b/ms-spotify-check.ps1 @@ -158,14 +158,13 @@ function Extract-SpotifyAppx { function Get-SpotifyExeVersion { param ($spotifyExePath) - Write-Log "Getting version from file $([System.IO.Path]::GetFileName($spotifyExePath))..." + Write-Log "Getting version from $([System.IO.Path]::GetFileName($spotifyExePath))..." $exeContent = Get-Content -Path $spotifyExePath -Raw $regex = '(?