Skip to content

Commit 84e191d

Browse files
committed
[skip] upate readme + uninstall.bat
1 parent e128922 commit 84e191d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/Blo
4242
or
4343

4444
1. Browse to your Spotify installation folder `%APPDATA%\Spotify`
45+
2. Rename `chrome_elf.dll` to `chrome_elf_bak.dll`
4546
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`
4748

4849
### Uninstall:
4950
* Just run uninstall.bat

uninstall.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ echo *****************
33
echo Author: @rednek46
44
echo *****************
55
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
99
) else (
1010
echo done
1111
)

0 commit comments

Comments
 (0)