mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
735ec8f230
The install script was downloading from GitHub's source archive (/archive/refs/tags/) which doesn't include built CSS assets, instead of the release assets (/releases/download/) which do include the pre-built output.css file. This fixes the "CSS file missing or empty" error during tarball installations by ensuring the script downloads the proper release tarball that contains all built assets. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>