From 362924df7f95ff1f6e6670a9e99b7673dbdebe34 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 29 Oct 2021 20:15:59 +0300 Subject: [PATCH] Update Install_rus.ps1 --- Install_rus.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install_rus.ps1 b/Install_rus.ps1 index b089ab7..05638ff 100644 --- a/Install_rus.ps1 +++ b/Install_rus.ps1 @@ -140,8 +140,8 @@ if (-not $spotifyInstalled) { } -if (!(test-path $SpotifyDirectory/chrome_elf.dll.bak)) { - Move-Item $SpotifyDirectory\chrome_elf.dll $SpotifyDirectory\chrome_elf.dll.bak >$null 2>&1 +if (!(test-path $SpotifyDirectory/chrome_elf_bak.dll)) { + Move-Item $SpotifyDirectory\chrome_elf.dll $SpotifyDirectory\chrome_elf_bak.dll >$null 2>&1 } Write-Host 'Модифицирую Spotify...'