mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
restore xpui.css
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user