From 79dbddff2be59f57b1d0eb97c7859d272afc11d2 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:38:39 +0300 Subject: [PATCH] renaming from chrome_elf.dll to dpapi.dll --- Uninstall.bat | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Uninstall.bat b/Uninstall.bat index 926dde4..b6b1557 100644 --- a/Uninstall.bat +++ b/Uninstall.bat @@ -6,9 +6,8 @@ echo ***************** echo Removing Patch... -if exist "%Appdata%\Spotify\chrome_elf_bak.dll" ( - del /s /q "%Appdata%\Spotify\chrome_elf.dll" > NUL 2>&1 - move "%Appdata%\Spotify\chrome_elf_bak.dll" "%Appdata%\Spotify\chrome_elf.dll" > NUL 2>&1 +if exist "%Appdata%\Spotify\dpapi.dll" ( + del /s /q "%Appdata%\Spotify\dpapi.dll" > NUL 2>&1 ) if exist "%Appdata%\Spotify\Spotify.bak" ( @@ -77,4 +76,4 @@ DEL !cSctVBS! /f /q ) echo Patch successfully removed -pause \ No newline at end of file +pause