mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-08-10 01:51:09 +10:00
Update Uninstall.bat
This commit is contained in:
@@ -29,6 +29,12 @@ if exist "%localappdata%\Spotify\Update" (
|
|||||||
if exist "%appdata%\Spotify\SpotifyMigrator.bak" (
|
if exist "%appdata%\Spotify\SpotifyMigrator.bak" (
|
||||||
rename %appdata%\Spotify\SpotifyMigrator.bak SpotifyMigrator.exe > NUL 2>&1
|
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" (
|
if exist "%appdata%\Spotify\Spotify.vbs" (
|
||||||
del /f /s /q %appdata%\Spotify\Spotify.vbs > NUL 2>&1
|
del /f /s /q %appdata%\Spotify\Spotify.vbs > NUL 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user