mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
c4afde5345
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>