mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 06:30:56 +10:00
Update Uninstall.bat
- removing obsolete logic in Uninstall.bat
This commit is contained in:
@@ -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" (
|
if exist "%Appdata%\Spotify\blockthespot_log.txt" (
|
||||||
del /s /q "%Appdata%\Spotify\blockthespot_log.txt" > NUL 2>&1
|
del /s /q "%Appdata%\Spotify\blockthespot_log.txt" > NUL 2>&1
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user