Skip to content

Commit deb25a4

Browse files
committed
Update uninstall.bat
1 parent 41cebc3 commit deb25a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uninstall.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ echo *****************
55
echo Removing Patch
66
del /s /q "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
77
del /s /q "%APPDATA%\Spotify\Apps\zlink.spa" > NUL 2>&1
8+
move "%APPDATA%\Spotify\chrome_elf.dll.bak" "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
89
move "%APPDATA%\Spotify\Apps\zlink.spa.bak" "%APPDATA%\Spotify\Apps\zlink.spa" > NUL 2>&1
910
pause

0 commit comments

Comments
 (0)