You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(web): download buttons link directly to the installer asset (#35)
The CTAs pointed at the releases page; point them at the latest release
asset (Vitreous-Setup-0.1.0.exe) so a click downloads the installer
directly. GitHub serves release assets with a download disposition.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: site/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@
195
195
<h1>Block the noise.<br><spanclass="glow">Lock</span> in the focus.</h1>
196
196
<pclass="lede">A free, local-first focus blocker for Windows. Block distracting sites on demand or on a schedule — then lock it so you can't undo it in a weak moment.</p>
197
197
<divclass="cta-row">
198
-
<aclass="btn btn-pri" href="#download">▼ Download for Windows</a>
198
+
<aclass="btn btn-pri" href="https://github.com/subhasisbiswal012/Vitreous/releases/latest/download/Vitreous-Setup-0.1.0.exe" download>▼ Download for Windows</a>
0 commit comments