From 39a24eebad463542ada705725d68b5429c510d7d Mon Sep 17 00:00:00 2001 From: wenil Date: Sun, 21 Jun 2026 15:12:08 +0300 Subject: [PATCH] v2: point release links at the current Gitea domain (bvrdo.online) gitea.wenil.tech is the old (internal-DNS-only) domain; the live host is gitea.bvrdo.online. Use a direct release-asset link so download works even while the instance ROOT_URL still points at the internal IP. Co-Authored-By: Claude Opus 4.8 --- daemon/README-windows.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/daemon/README-windows.md b/daemon/README-windows.md index 369aadf..ea57ab8 100644 --- a/daemon/README-windows.md +++ b/daemon/README-windows.md @@ -65,14 +65,14 @@ To run Clawdmeter on a machine **without Python**, use the single-file `Clawdmeter.exe`. It bundles its own Python, the WinRT BLE stack and the media-session reader, so nothing needs to be installed. -> **Download:** grab the latest **`Clawdmeter.exe`** from the -> [Gitea releases page](https://gitea.wenil.tech/wenil/clawdmeter/releases) — or jump -> straight to the [latest release](https://gitea.wenil.tech/wenil/clawdmeter/releases/latest). -> The repo is private, so you must be signed in to Gitea to download the asset. +> **Download:** the repo is private, so **sign in to Gitea first**, then download +> **`Clawdmeter.exe`** with this direct link: +> +> — or browse [all releases](https://gitea.bvrdo.online/wenil/clawdmeter/releases) for the newest build. 1. Pair the device with Windows once (see [Pair the device](#pair-the-device-one-time)). 2. Get `Clawdmeter.exe` — download it from the - [latest Gitea release](https://gitea.wenil.tech/wenil/clawdmeter/releases/latest), or build it + [latest Gitea release](https://gitea.bvrdo.online/wenil/clawdmeter/releases/latest), or build it yourself (below). 3. Double-click `Clawdmeter.exe`. The tray icon appears and the watch starts updating within ~10 seconds.