Skip to content

Commit 68ceea8

Browse files
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>
1 parent d35e042 commit 68ceea8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

site/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<h1>Block the noise.<br><span class="glow">Lock</span> in the focus.</h1>
196196
<p class="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>
197197
<div class="cta-row">
198-
<a class="btn btn-pri" href="#download">▼ Download for Windows</a>
198+
<a class="btn btn-pri" href="https://github.com/subhasisbiswal012/Vitreous/releases/latest/download/Vitreous-Setup-0.1.0.exe" download>▼ Download for Windows</a>
199199
<a class="btn btn-ghost" href="https://github.com/subhasisbiswal012/Vitreous">View source</a>
200200
</div>
201201
<div class="meta"><b>v0.1.0</b> · Windows 10/11 · Free &amp; open source · No account</div>
@@ -280,8 +280,8 @@ <h2>Three steps to a quieter screen.</h2>
280280
<h2>Get Vitreous.</h2>
281281
<p class="mono">Free forever · open source · Windows 10/11 · ~92 MB</p>
282282
<div class="cta-row" style="justify-content:center">
283-
<a class="btn btn-pri" href="https://github.com/subhasisbiswal012/Vitreous/releases/latest">▼ Download v0.1.0 for Windows</a>
284-
<a class="btn btn-ghost" href="https://github.com/subhasisbiswal012/Vitreous">Releases &amp; source</a>
283+
<a class="btn btn-pri" href="https://github.com/subhasisbiswal012/Vitreous/releases/latest/download/Vitreous-Setup-0.1.0.exe" download>▼ Download v0.1.0 for Windows</a>
284+
<a class="btn btn-ghost" href="https://github.com/subhasisbiswal012/Vitreous/releases/latest">Releases &amp; source</a>
285285
</div>
286286
<div class="meta">Unsigned for now — SmartScreen may warn; choose <b>More info → Run anyway</b>.</div>
287287
</div>

0 commit comments

Comments
 (0)