From 6c3f82acaa7fff66d4553dbdba386544fec37506 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 11 Sep 2021 12:22:43 +0300 Subject: [PATCH] Update Uninstall.bat --- Uninstall.bat | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Uninstall.bat b/Uninstall.bat index 55f7673..ab054ef 100644 --- a/Uninstall.bat +++ b/Uninstall.bat @@ -1,8 +1,7 @@ @echo off SETLOCAL ENABLEDELAYEDEXPANSION echo ***************** -echo Author: @rednek46 -echo Modified: @Amd64fox +echo Author: @amd64fox echo ***************** echo Removing Patch... if exist "%APPDATA%\Spotify\chrome_elf.dll.bak" ( @@ -21,6 +20,10 @@ if exist "%APPDATA%\Spotify\Apps\xpui.bak" ( move "%APPDATA%\Spotify\Apps\xpui.bak" "%APPDATA%\Spotify\Apps\xpui.spa" > NUL 2>&1 ) +if exist "%APPDATA%\Spotify\blockthespot_log.txt" ( + del /s /q "%APPDATA%\Spotify\blockthespot_log.txt" > NUL 2>&1 +) + if exist "%localappdata%\Spotify\Update" ( del /A:sr %localappdata%\Spotify\Update > NUL 2>&1 )