From ed23c910ddec91c0de9e94921dd329967bb3c4cd Mon Sep 17 00:00:00 2001 From: SuperDooper86 Date: Thu, 10 Sep 2026 09:11:42 +0200 Subject: [PATCH] Record verified migration and remaining Homebrew bridge [skip ci] --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce85138..4bbf1f1 100644 --- a/README.md +++ b/README.md @@ -202,9 +202,10 @@ project does not currently perform Developer ID signing or notarization. Existing installs still check the old GitHub `version*.json` URLs. Those files 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 are disabled after the Gitea builds are verified. The Homebrew -cask downloads the latest stable macOS release from Gitea and enables app-managed -updates. Windows releases remain prereleases and do not replace that stable URL. +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. Local build commands are `bash scripts/build-macos.sh` and, on Windows, `./scripts/build-windows.ps1` with `INNO_SETUP_COMPILER` pointing to `ISCC.exe`.