Update Uninstall.bat

This commit is contained in:
amd64fox
2021-10-29 20:20:29 +03:00
committed by GitHub
parent 362924df7f
commit c9f986f656

View File

@@ -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
)