File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/Blo
42
42
or
43
43
44
44
1 . Browse to your Spotify installation folder ` %APPDATA%\Spotify `
45
+ 2 . Rename ` chrome_elf.dll ` to ` chrome_elf_bak.dll `
45
46
2 . Download ` chrome_elf.zip ` from [ releases] ( https://github.com/mrpond/BlockTheSpot/releases )
46
- 3 . Unzip and replace ` chrome_elf.dll ` and ` config.ini `
47
+ 3 . Unzip ` chrome_elf.dll ` and ` config.ini `
47
48
48
49
### Uninstall:
49
50
* Just run uninstall.bat
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ echo *****************
3
3
echo Author: @rednek46
4
4
echo *****************
5
5
echo Removing Patch
6
- if exist " %APPDATA% \Spotify\chrome_elf .dll.bak " (
7
- del /s /q " %APPDATA% \Spotify\chrome_elf .dll" > NUL 2 >& 1
8
- move " %APPDATA% \Spotify\chrome_elf .dll.bak " " %APPDATA% \Spotify\chrome_elf.dll" > NUL 2 >& 1
6
+ if exist " %APPDATA% \Spotify\chrome_elf_bak .dll" (
7
+ del /s /q " %APPDATA% \Spotify\chrome_elf_bak .dll" > NUL 2 >& 1
8
+ move " %APPDATA% \Spotify\chrome_elf_bak .dll" " %APPDATA% \Spotify\chrome_elf.dll" > NUL 2 >& 1
9
9
) else (
10
10
echo done
11
11
)
You can’t perform that action at this time.
0 commit comments