From ffc5b642a6fe6b237d14994d30cb62f1928f463e Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:46:40 +0300 Subject: [PATCH] Update Uninstall.bat --- Uninstall.bat | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Uninstall.bat b/Uninstall.bat index d2e0a89..55f7673 100644 --- a/Uninstall.bat +++ b/Uninstall.bat @@ -29,6 +29,12 @@ if exist "%localappdata%\Spotify\Update" ( if exist "%appdata%\Spotify\SpotifyMigrator.bak" ( rename %appdata%\Spotify\SpotifyMigrator.bak SpotifyMigrator.exe > NUL 2>&1 ) +if exist "%appdata%\Spotify\SpotifyMigrator.exe" ( +if exist "%appdata%\Spotify\SpotifyMigrator.bak" ( + del /f /s /q %appdata%\Spotify\SpotifyMigrator.bak > NUL 2>&1 +) +) + if exist "%appdata%\Spotify\Spotify.vbs" ( del /f /s /q %appdata%\Spotify\Spotify.vbs > NUL 2>&1