Document completed Homebrew migration [skip ci]

This commit is contained in:
2026-09-10 09:13:59 +02:00
parent ed23c910dd
commit 54ff5ed1cc
+2 -2
View File
@@ -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`.