mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 14:10:54 +10:00
Update Uninstall.bat
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@ echo *****************
|
|||||||
echo Author: @amd64fox
|
echo Author: @amd64fox
|
||||||
echo *****************
|
echo *****************
|
||||||
echo Removing Patch...
|
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
|
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