restore xpui.css

This commit is contained in:
amd64fox
2022-05-17 10:03:18 +03:00
parent 8adb8ebf5c
commit e96af19e65

View File

@@ -34,6 +34,12 @@ if exist "%Appdata%\Spotify\Apps\xpui\xpui.js.bak" (
)
if exist "%Appdata%\Spotify\Apps\xpui\xpui.css.bak" (
del /s /q "%Appdata%\Spotify\Apps\xpui\xpui.css" > NUL 2>&1
move "%Appdata%\Spotify\Apps\xpui\xpui.css.bak" "%Appdata%\Spotify\Apps\xpui\xpui.css" > NUL 2>&1
)
if exist "%Appdata%\Spotify\blockthespot_log.txt" (
del /s /q "%Appdata%\Spotify\blockthespot_log.txt" > NUL 2>&1
)
@@ -59,4 +65,4 @@ DEL !cSctVBS! /f /q
)
echo Patch successfully removed
pause
pause