Update Uninstall.bat

- removing obsolete logic in Uninstall.bat
This commit is contained in:
amd64fox
2023-04-17 12:57:29 +03:00
committed by GitHub
parent 35d4ffe26c
commit e8a1c47492

View File

@@ -22,12 +22,6 @@ if exist "%Appdata%\Spotify\Apps\xpui.bak" (
)
if exist "%Appdata%\Spotify\Apps\xpui\xpui.js.bak" (
del /s /q "%Appdata%\Spotify\Apps\xpui\xpui.js" > NUL 2>&1
move "%Appdata%\Spotify\Apps\xpui\xpui.js.bak" "%Appdata%\Spotify\Apps\xpui\xpui.js" > NUL 2>&1
)
if exist "%Appdata%\Spotify\blockthespot_log.txt" (
del /s /q "%Appdata%\Spotify\blockthespot_log.txt" > NUL 2>&1
)