From 54ff5ed1cc72869f497fe091e57fd40dd10706e9 Mon Sep 17 00:00:00 2001 From: SuperDooper86 Date: Thu, 10 Sep 2026 09:13:59 +0200 Subject: [PATCH] Document completed Homebrew migration [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bbf1f1..a566240 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,8 @@ are kept as a migration bridge advertising the first Gitea-hosted update. Keep the GitHub repository accessible for those clients; subsequent updates use Gitea. GitHub workflows were removed after the Gitea builds passed. Windows releases remain prereleases, so `/releases/download/latest/ClaudeChecker.zip` always serves -the stable macOS release. The Homebrew tap still points to its previous GitHub -release; that app discovers the Gitea migration update through the old feed. +the stable macOS release. The Homebrew tap downloads that Gitea URL and enables +app-managed updates; it no longer needs a tap commit for every release. Local build commands are `bash scripts/build-macos.sh` and, on Windows, `./scripts/build-windows.ps1` with `INNO_SETUP_COMPILER` pointing to `ISCC.exe`.