Update Uninstall.bat

This commit is contained in:
amd64fox
2021-08-23 23:46:40 +03:00
committed by GitHub
parent 6a38c5bbfc
commit ffc5b642a6

View File

@@ -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