<h1 align="center">BlockTheSpot Installer</h1>
<a href="https://github.com/Nuzair46/BlockTheSpot-Installer/releases"><img src="https://github.com/Nuzair46/BlockTheSpot-Installer/blob/main/assets/blockthespot.png" /></a>
Official installer for BlockTheSpot.
BlockTheSpotInstaller.exe.Install / Patch to install or update BlockTheSpot.Uninstall / Restore to remove BlockTheSpot and restore original chrome_elf.dll when backup exists.config.ini and newer supported versions, and the recommended one is preselected.Update or reinstall Spotify before patching when you want to install the selected Spotify version before patching.Launch Spotify and close installer after completion is 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.syso
go 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
$ claude mcp add BlockTheSpot-Installer \
-- python -m otcore.mcp_server <graph>