Official installer for a multi-purpose adblocker and skip-bypass for the Spotify for Windows (64 bit)
- Download latest BlockTheSpotInstaller.exe.
- Close Spotify if it is running.
- Run
BlockTheSpotInstaller.exe. - Choose one action:
Install / Patchto install or update BlockTheSpot.Uninstall / Restoreto remove BlockTheSpot and restore originalchrome_elf.dllwhen backup exists.
- Enable
Update or reinstall Spotify before patchingwhen you want to refresh Spotify before patching. - If
Launch Spotify and close installer after completionis enabled, Spotify starts and the installer closes automatically.
Generate the Windows app resources object (required for walk):
go run github.com/akavel/rsrc@v0.10.2 -manifest assets/app.manifest -ico assets/blockthespot.ico -arch amd64 -o windows_app_resources_amd64.sysogo build -trimpath -ldflags="-H=windowsgui -X main.installerVersion=v1.0.0" -o BlockTheSpotInstaller.exe .GOOS=windows GOARCH=amd64 go build -trimpath -ldflags="-H=windowsgui -X main.installerVersion=v1.0.0" -o BlockTheSpotInstaller.exe .Rebuild the .ico, then regenerate app resources:
convert assets/blockthespot.png -define icon:auto-resize=256,128,64,48,32,16 assets/blockthespot.ico
go run github.com/akavel/rsrc@v0.10.2 -manifest assets/app.manifest -ico assets/blockthespot.ico -arch amd64 -o windows_app_resources_amd64.syso
