mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
Update Uninstall.bat
This commit is contained in:
@@ -4,9 +4,9 @@ echo *****************
|
||||
echo Author: @amd64fox
|
||||
echo *****************
|
||||
echo Removing Patch...
|
||||
if exist "%APPDATA%\Spotify\chrome_elf.dll.bak" (
|
||||
if exist "%APPDATA%\Spotify\chrome_elf_bak.dll" (
|
||||
del /s /q "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
|
||||
move "%APPDATA%\Spotify\chrome_elf.dll.bak" "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
|
||||
move "%APPDATA%\Spotify\chrome_elf_bak.dll" "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user