From 738c9022879315cc69ac45b858ef8b487ea9528b Mon Sep 17 00:00:00 2001 From: Scott Reimers Date: Thu, 23 Apr 2026 01:03:26 -0400 Subject: [PATCH] Download page: add Windows installer link stub + btn-windows style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the v0.6.2 Windows installer link pointing to the expected filename `itsgoin-0.6.2-windows-x64-setup.exe`. Link is live before the artifact lands so the Windows build pipeline (separate host) has a stable path to upload to — same pattern we use to coordinate the Linux / Android builds with the website copy. Adds `.btn-windows { background: #0078d4 }` to style.css for the standard four-button download row: Android, Linux AppImage, Linux CLI, Windows Installer. --- website/download.html | 4 ++++ website/style.css | 1 + 2 files changed, 5 insertions(+) diff --git a/website/download.html b/website/download.html index bcbc1dd..9fd3636 100644 --- a/website/download.html +++ b/website/download.html @@ -62,6 +62,10 @@ Linux CLI / Anchor v0.6.2 + + Windows Installer + v0.6.2 +